homebridge-miot
Version:
Homebridge plugin for devices supporting the miot protocol
22 lines (21 loc) • 388 B
JavaScript
module.exports = {
HOURS: 'hours',
MINUTES: 'minutes',
SECONDS: 'seconds',
DAYS: 'days',
PERCENTAGE: 'percentage',
CELSIUS: 'celsius',
FAHRENHEIT: 'fahrenheit',
RPM: 'rpm',
KELVIN: 'kelvin',
WATT: 'watt',
VOLT: 'volt',
AMPERE: 'ampere',
LUX: 'lux',
PPM: 'ppm',
RGB: 'rgb',
UGM3: 'μgm3',
ARCDEGREE: 'arcdegree',
MEGABYTE: 'megabyte',
NONE: 'none'
};