Skip to content

Commit

Permalink
Support OTA for Third Reality 3RSP019BZ. Koenkk/zigbee-OTA#197
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 28, 2022
1 parent 54c3a8b commit 8760272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/third_reality.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ module.exports = [
vendor: 'Third Reality',
description: 'Zigbee / BLE smart plug',
extend: extend.switch(),
ota: ota.zigbeeOTA,
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
Expand Down

0 comments on commit 8760272

Please sign in to comment.