Skip to content

Commit

Permalink
Support OTA for Third Reality 3RSP02028BZ (#5449)
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuan1111 authored Feb 7, 2023
1 parent 0764917 commit ba61a66
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 @@ -165,6 +165,7 @@ module.exports = [
description: 'Zigbee / BLE smart plug with power',
fromZigbee: [fz.on_off, fz.electrical_measurement],
toZigbee: [tz.on_off],
ota: ota.zigbeeOTA,
exposes: [e.switch(), e.power(), e.current(), e.voltage()],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
Expand Down

0 comments on commit ba61a66

Please sign in to comment.