File tree Expand file tree Collapse file tree
drivers/SmartThings/zigbee-bed/src/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ local cluster_base = require "st.zigbee.cluster_base"
77local data_types = require " st.zigbee.data_types"
88local t_utils = require " integration_test.utils"
99local zigbee_test_utils = require " integration_test.zigbee_test_utils"
10- local custom_capabilities = require " shus-mattress/custom_capabilities"
1110
1211local shus_mattress_profile_def = t_utils .get_profile_definition (" shus-smart-mattress.yml" )
1312test .add_package_capability (" aiMode.yaml" )
@@ -18,6 +17,8 @@ test.add_package_capability("strongExpMode.yaml")
1817test .add_package_capability (" yoga.yaml" )
1918test .add_package_capability (" mattressHardness.yaml" )
2019
20+ local custom_capabilities = require " shus-mattress/custom_capabilities"
21+
2122local PRIVATE_CLUSTER_ID = 0xFCC2
2223local MFG_CODE = 0x1235
2324
You can’t perform that action at this time.
0 commit comments