homebridge-miot
Version:
Homebridge plugin for devices supporting the miot protocol
10 lines (9 loc) • 413 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
MICLOUD_SESSION_CACHE_LOCATION: '/.miot_micloud/cachedSession'
};