UNPKG

homebridge-miot

Version:

Homebridge plugin for devices supporting the miot protocol

8 lines (7 loc) 288 B
module.exports = { DEFAULT_POLLING_INTERVAL: 7000, DEFAULT_MICLOUD_REQUEST_TIMEOUT: 5000, COMMAND_NOT_SUPPORTED_MSG: 'Not supported: The requested command is not supported by this device!', BATTERY_LOW_THRESHOLD: 20, // percentage BUTTON_RESET_TIMEOUT: 20 // in milliseconds };