homebridge-miot
Version:
Homebridge plugin for devices supporting the miot protocol
9 lines (8 loc) • 347 B
JavaScript
module.exports = {
DEFAULT_POLLING_INTERVAL: 15000,
COMMAND_NOT_SUPPORTED_MSG: 'Not supported: The requested command is not supported by this device!',
BATTERY_LOW_THRESHOLD: 20, // percentage
FILTER_CHANGE_INDICATION_THRESHOLD: 5, // percentage
BUTTON_RESET_TIMEOUT: 100, // in milliseconds
SLIDER_DEBOUNCE: 500 // in milliseconds
};