UNPKG

homebridge-miot

Version:

Homebridge plugin for devices supporting the miot protocol

14 lines (13 loc) 216 B
module.exports = { BOOL: 'bool', INT: 'int', INT8: 'int8', INT16: 'int16', INT32: 'int32', UINT8: 'uint8', UINT16: 'uint16', UINT32: 'uint32', FLOAT: 'float', STRING: 'string', UNKNOWN: null };