homebridge-wemo
Version:
Homebridge plugin to integrate Wemo devices into HomeKit.
126 lines (125 loc) • 5.09 kB
JavaScript
export default {
accNotFound: 'accessory not found',
accNotReady: 'has not been discovered yet so commands will fail',
alDisabled: 'adaptive lighting disabled due to significant colour change',
awaiting: 'The following devices have still not been initially found',
beta: 'You are using a beta version of the plugin - you will experience more logging than normal',
brand: 'Belkin Wemo',
brightnessFail: 'could not obtain updated brightness as',
cantCtl: 'sending update failed as',
cantUpd: 'receiving update failed as',
cfgDef: 'is not a valid number so using default of',
cfgDup: 'will be ignored since another entry with this ID already exists',
cfgIgn: 'is not configured correctly so ignoring',
cfgIgnItem: 'has an invalid entry which will be ignored',
cfgItem: 'Config entry',
cfgLow: 'is set too low so increasing to',
cfgRmv: 'is unused and can be removed',
cfgQts: 'should not have quotes around its entry',
complete: '✓ Setup complete',
connError: 'connection error',
curAir: 'current air quality',
curBright: 'current brightness',
curCCT: 'current cct',
curColour: 'current colour',
curCons: 'current consumption',
curCont: 'current contact',
curFilter: 'current filter level',
curHumi: 'current humidity',
curIon: 'current ionizer',
curOIU: 'current outlet-in-use',
curMode: 'current mode',
curState: 'current state',
curTemp: 'current temperature',
curTimer: 'current timer',
detectedNo: 'not detected',
detectedYes: 'detected',
devAdd: 'has been added to Homebridge',
devInitOpts: 'initialising with options',
devNotAdd: 'could not be added to Homebridge as',
devNotConf: 'could not be configured as',
devNotInit: 'could not be initialised as',
devNotRemove: 'could not be removed from Homebridge as',
devOffline: 'appears to be offline',
devRemove: 'has been removed from Homebridge',
disabling: 'Disabling plugin',
hbVersionFail: 'Your version of Homebridge is too low - please update to v1.6',
identify: 'identify button pressed',
incFail: 'failed to process incoming message as',
incKnown: 'incoming notification',
incUnknown: 'incoming notification from unknown accessory',
initSer: 'initialised with s/n',
initMac: 'and ip/port',
initialised: 'Plugin initialised. Setting up accessories...',
initialising: 'Initialising plugin',
insCons: 'consumption',
insOnTime: 'today ontime',
insTC: 'total consumption',
httpFail: 'http error (will be re-attempted)',
httpGood: 'http has been established',
labelAuto: 'auto',
labelClosed: 'closed',
labelClosing: 'closing',
labelEco: 'eco',
labelExc: 'excellent',
labelFair: 'fair',
labelFP: 'frost-protect',
labelHigh: 'high',
labelLow: 'low',
labelMax: 'max',
labelMed: 'med',
labelMin: 'min',
labelPoor: 'poor',
labelOff: 'off',
labelOpen: 'open',
labelOpening: 'opening',
labelStopped: 'stopped',
labelWarm: 'warm',
listenerClosed: 'Listener server gracefully closed',
listenerError: 'Listener server error',
listenerPort: 'Listener server port',
makerClosed: 'is already closed so ignoring command',
makerClosing: 'is already closing so ignoring command',
makerNeedMMode: 'must be set to momentary mode to work as a garage door',
makerOpen: 'is already open so ignoring command',
makerOpening: 'is already opening so ignoring command',
makerTrigExt: 'triggered externally',
modelLED: 'LED Bulb (Via Link)',
motionNo: 'clear',
motionSensor: 'motion sensor',
motionYes: 'motion detected',
noInterface: 'Unable to find interface',
noPort: 'could not find correct port for device',
noService: 'device does not have this service',
noServices: 'device does not have any upnp services',
noSockets: 'NodeSSDP error [no sockets], if this continues to happen try restarting Homebridge',
notConfigured: 'Plugin has not been configured',
proEr: 'could not be processed as',
purifyNo: 'not purifying',
purifyYes: 'purifying',
rduErr: 'http polling failed as',
recUpd: 'receiving update',
repError: 'reported error',
senUpd: 'sending update',
ssdpFail: 'SSDP search failed as',
ssdpStopped: 'SSDP client gracefully stopped',
stoppedSubs: 'existing upnp subscriptions have been stopped',
subError: 'subscription error, retrying in 10 seconds',
subInit: 'initial subscription for service',
subPending: 'subscription still pending',
subscribeError: 'could not subscribe as',
tarHumi: 'target humidity',
tarState: 'target state',
tarTemp: 'target temperature',
timeout: 'a connection timeout occurred',
timeoutUnreach: 'a connection timeout occurred (EHOSTUNREACH)',
timerComplete: 'timer complete',
timerStarted: 'timer started',
timerStopped: 'timer stopped',
unsubFail: 'unsubscribe failed',
unsupported: 'is unsupported but feel free to create a GitHub issue',
upnpFail: 'upnp error (will be re-attempted)',
upnpGood: 'upnp has been established',
viaAL: 'via adaptive lighting',
welcome: 'This plugin has been made with ♥ by bwp91, please consider a ☆ on GitHub if you are finding it useful!',
}