UNPKG

homebridge-miot

Version:

Homebridge plugin for devices supporting the miot protocol

10 lines (9 loc) 211 B
module.exports = { NONE: [], READ: ['read'], WRITE: ['write'], NOTIFY: ['notify'], READ_WRITE: ['read', 'write'], READ_NOTIFY: ['read', 'notify'], READ_WRITE_NOTIFY: ['read', 'write', 'notify'] };