Skip to content

Commit

Permalink
trying to fix flaky integration test where 0 and 0.0 appear.
Browse files Browse the repository at this point in the history
  • Loading branch information
fikin committed Sep 8, 2023
1 parent 985a653 commit 615415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua_modules/sct013-sensor/lua/sct013-sensor-start.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local function prepareRteState(ads)
-- remember in RTE state
require("state")(moduleName, {
ads = ads,
data = { native_value = 0 },
data = { native_value = 0.0 },
})
end

Expand Down

0 comments on commit 615415c

Please sign in to comment.