Skip to content

Commit

Permalink
CHAD-14284: Test zigbee health monitoring opt out with zigbee-motion …
Browse files Browse the repository at this point in the history
…and zigbee-contact drivers
  • Loading branch information
kiera-robinson-st committed Dec 10, 2024
1 parent 1b84fa9 commit 1e68e95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions drivers/SmartThings/zigbee-contact/src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ local zigbee_contact_driver_template = {
require("smartsense-multi"),
require("sengled")
},
health_check = false,
ias_zone_configuration_method = constants.IAS_ZONE_CONFIGURE_TYPE.AUTO_ENROLL_RESPONSE
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local mock_device = test.mock_device.build_test_zigbee_device(
zigbee_test_utils.prepare_zigbee_env_info()
local function test_init()
test.mock_device.add_test_device(mock_device)
zigbee_test_utils.init_noop_health_check_timer()
--zigbee_test_utils.init_noop_health_check_timer() removal due to change to stop health checks going forward
end

test.set_test_init_function(test_init)
Expand Down
1 change: 1 addition & 0 deletions drivers/SmartThings/zigbee-motion-sensor/src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ local zigbee_motion_driver = {
additional_zcl_profiles = {
[0xFC01] = true
},
health_check = false,
ias_zone_configuration_method = constants.IAS_ZONE_CONFIGURE_TYPE.AUTO_ENROLL_RESPONSE
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local mock_device = test.mock_device.build_test_zigbee_device(
zigbee_test_utils.prepare_zigbee_env_info()
local function test_init()
test.mock_device.add_test_device(mock_device)
zigbee_test_utils.init_noop_health_check_timer()
--zigbee_test_utils.init_noop_health_check_timer() removal due to change to stop health checks going forward
end
test.set_test_init_function(test_init)

Expand Down

0 comments on commit 1e68e95

Please sign in to comment.