Skip to content

Commit 8e59891

Browse files
committed
remove! missed line from earlier
1 parent 6b8e9ef commit 8e59891

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/SmartThings/matter-switch/src/test/test_aqara_light_switch_h2.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ local function test_init()
178178
end
179179
end
180180
test.socket.matter:__expect_send({aqara_mock_device.id, subscribe_request})
181-
aqara_mock_children[aqara_child1_ep]:set_field("__POWER_CONSUMPTION_REPORT_SUPPORTED", true, {persist = true}) -- assume this was set in added
182181
aqara_mock_device:set_field("__ELECTRICAL_TOPOLOGY", {topology = clusters.PowerTopology.types.Feature.NODE_TOPOLOGY, tags_on_ep = {[1] = "-power-energy-powerConsumption"}}, {persist = false}) -- since we're assuming this would have happened during device_added in this case.
183182
test.socket.device_lifecycle:__queue_receive({ aqara_mock_device.id, "doConfigure" })
184183
test.mock_devices_api._expected_device_updates[aqara_mock_device.device_id] = "00000000-1111-2222-3333-000000000001"

0 commit comments

Comments
 (0)