Skip to content

Commit a899f9d

Browse files
Fix new test cases for api v10
1 parent 37d92a4 commit a899f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/SmartThings/matter-thermostat/src/test/test_matter_thermostat.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ local version = require "version"
2121

2222
if version.api < 11 then
2323
clusters.Thermostat.types.SystemModeEnum = clusters.Thermostat.types.ThermostatSystemMode
24+
clusters.Thermostat.types.ControlSequenceOfOperationEnum = clusters.Thermostat.types.ThermostatControlSequence
2425
end
2526

2627
local mock_device = test.mock_device.build_test_matter_device({

0 commit comments

Comments
 (0)