UNPKG

homebridge-zigbee

Version:
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, }