node-red-contrib-superpower-smart-test
Version:
Node-RED integration with eWeLink Cube
135 lines (134 loc) • 5.18 kB
JSON
{
"register-device": {
"label": {
"name": "Name",
"server": "Server",
"device_id": "Device ID",
"device_name": "Device name",
"category": "Category",
"capabilities": "Capabilities",
"manufacturer": "Manufacturer",
"model": "Model",
"fw_version": "FW version",
"service_ip": "Service IP",
"tags": "Additional Info",
"state": "Device Initial State",
"toggle_num": "Toggle num"
},
"category": {
"plug": "Plug",
"switch": "Switch",
"light": "Light",
"curtain": "Curtain",
"contact_sensor": "Contact Sensor",
"motion_sensor": "Motion Sensor",
"temperature_sensor": "Temperature Sensor",
"humidity_sensor": "Humidity Sensor",
"temperature_and_humidity_sensor": "Temperature and Humidity Sensor",
"water_leak_detector": "Water Leak Detector",
"smoke_detector": "Smoke Detector",
"button": "Button",
"sensor": "Sensor",
"fan_light": "Fan Light",
"air_conditioner": "Air Conditioner",
"fan": "Fan",
"thermostat": "Thermostat",
"light_strip": "Light Strip"
},
"capability": {
"power": "Turn On / Off",
"toggle": "Toggle",
"brightness": "Brightness",
"color_temperature": "Color Temperature",
"color_rgb": "Color",
"percentage": "Open Percentage",
"motor_control": "Motor Control",
"motor_reverse": "Motor Reverse",
"motor_clb": "Motor CLB",
"detect": "Detect",
"battery": "Battery",
"press": "Press",
"rssi": "RSSI",
"humidity": "Humidity",
"temperature": "Temperature",
"startup": "Startup",
"inching": "Inching Settings",
"moisture": "Soil Moisture",
"barometric_pressure": "Pressure",
"wind_speed": "Fan Speed",
"wind_direction": "Wind Direction",
"rainfall": "Precipitation",
"illumination": "Illumination",
"illumination_level": "Illumination Level",
"ultraviolet_index": "UV Index",
"co2": "Co2",
"electrical_conductivity": "Conductivity",
"power_consumption": "Overview",
"voltage": "Voltage",
"electric_power": "Electric Power",
"electric_current": "Electric Current",
"multi_press": "Multi-key",
"mode": "Mode",
"thermostat": "Thermostat Mode",
"thermostat_target_setpoint": "Thermostat Target Setpoint",
"tamper_alert": "Removed",
"detect_hold": "Timeout Detection Alert",
"eco": "ECO",
"anti_direct_blow": "Breeze Away",
"horizontal_swing": "H.Swing",
"vertical_swing": "V.Swing",
"window_detection": "Open Window Detection",
"child_lock": "Child Lock",
"fault": "Alert",
"pm25": "PM 2.5",
"voc_index": "Voc",
"gas": "Gas",
"smoke": "Smoke",
"contact": "Contact",
"motion": "Motion",
"water_leak": "Water Leak",
"lqi": "Link Quality Indicator",
"irrigation": "Irrigation",
"power_percentage": "Power Percentage Setting",
"toggle_inching": "Toggle Inching",
"thermostat_mode_detect": "Thermostat Mode Detect",
"identify": "Identify",
"threshold_breaker": "Threshold Setting",
"toggle_startup": "Toggle Startup",
"backlight_led": "Backlight Indicator",
"light_mode": "Light Mode",
"network_led": "Network indicator",
"motor_mode": "Move Mode",
"transmit_power": "Turbo Mode",
"switch_mode": "Switch Mode",
"external": "Single Press",
"relay_separate": "Detach Relay",
"air_quality": "Air Quality",
"co": "Co",
"alarm": "Alarm",
"volume": "Volume",
"gasNumeric": "Gas Concentration",
"smokeNumeric": "Smoke Concentration",
"coNumeric": "CO Concentration"
},
"message": {
"connect_fail": "Failed to connect. Please check Server configuration. "
},
"placeHolder":{
"service_ip":"Current Node-RED Server IP"
},
"permission": {
"name": "Permission",
"query": "Device Query",
"config": "Device Configuration",
"report": "Device Status Reporting",
"control": "Device Control"
},
"setting": {
"name": "Settings"
},
"modeName": {
"name": "mode name"
}
}
}