UNPKG

homebridge-zigbee-v2

Version:

ZigBee Platform plugin for HomeBridge

7 lines (6 loc) 135 B
module.exports = { report: 'presentValue', reportParser: data => data > 0, get: 'presentValue', getParser: data => data > 0, }