Skip to content

Commit

Permalink
Support OTA for Third Reality 3RVS01031Z (#5752)
Browse files Browse the repository at this point in the history
Co-authored-by: abc <abc@qq.com>
  • Loading branch information
leahgo64 and adafsdfsd authored May 15, 2023
1 parent 4f4a61a commit cd8c128
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 @@ -199,6 +199,7 @@ module.exports = [
description: 'Zigbee vibration sensor',
fromZigbee: [fz.ias_vibration_alarm_1, fz.battery],
toZigbee: [],
ota: ota.zigbeeOTA,
exposes: [e.vibration(), e.battery_low(), e.battery(), e.battery_voltage()],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
Expand Down

0 comments on commit cd8c128

Please sign in to comment.