UNPKG

homebridge-zigbee-v2

Version:

ZigBee Platform plugin for HomeBridge

7 lines (6 loc) 189 B
module.exports = { report: 'measuredValue', reportParser: data => Math.round((data / 100) * 10) / 10, get: 'measuredValue', getParser: data => Math.round((data / 100) * 10) / 10, }