UNPKG

node-red-contrib-xmihome

Version:

Node-RED nodes for controlling Xiaomi Mi Home devices using the xmihome library.

45 lines (44 loc) 1.36 kB
{ "config": { "label": { "name": "Name", "debug": "Enable debug", "authentication": "Authentication", "username": "Username", "password": "Password", "country": "Country", "login": "Login", "defaults": "Defaults", "connectionType": "Default mode", "connAuto": "Auto", "connCloud": "Cloud", "connMiio": "MiIO", "connBluetooth": "Bluetooth", "authSource": "Credentials Source", "credentialsFile": "Credentials File Path", "sourceManual": "Enter Manually", "sourceFile": "Use CLI File" }, "tip": { "credentialsFile": "This file is created by the <code>xmihome login</code> command." }, "placeholder": { "name": "Name", "username": "Email / Phone / Xiaomi ID", "credentialsFile": "~/.config/xmihome/credentials.json" }, "dialog": { "errorLoginFailed": "Login failed", "2faTitle": "Enter 2FA Verification Code", "instructionsTitle": "Two-Factor Authentication is required.", "instruction1": "A verification code has been sent to your registered email or phone.", "instruction2": "Please enter the code below:", "captchaTitle": "Enter Captcha", "captchaInstructions": "Please enter the characters from the image below:", "captchaInputLabel": "Captcha code", "loginSuccess": "Login successful!", "buttonSubmit": "Submit", "buttonCancel": "Cancel" } } }