File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
matter-thermostat/src/test
zwave-sensor/src/fibaro-flood-sensor Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1515local test = require " integration_test"
1616local capabilities = require " st.capabilities"
1717local t_utils = require " integration_test.utils"
18- local utils = require " st.utils"
1918
2019local clusters = require " st.matter.clusters"
2120
Original file line number Diff line number Diff line change 1515local test = require " integration_test"
1616local capabilities = require " st.capabilities"
1717local t_utils = require " integration_test.utils"
18- local utils = require " st.utils"
1918local version = require " version"
2019local clusters = require " st.matter.clusters"
2120
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ local SensorAlarm = (require "st.zwave.CommandClass.SensorAlarm")({ version = 1
2222--- @type st.zwave.CommandClass.SensorBinary
2323local SensorBinary = (require " st.zwave.CommandClass.SensorBinary" )({ version = 2 })
2424--- @type st.zwave.CommandClass.SensorMultilevel
25- local SensorMultilevel = (require " st.zwave.CommandClass.SensorMultilevel" )({ version = 5 })
2625
2726local preferences = require " preferences"
2827local configurations = require " configurations"
You can’t perform that action at this time.
0 commit comments