node-red-contrib-superpower-smart-test
Version:
Node-RED integration with eWeLink Cube
137 lines (136 loc) • 5.34 kB
JSON
{
"register-device": {
"label": {
"name": "名称",
"server": "服务器",
"device_id": "设备 ID",
"device_name": "设备名称",
"category": "设备类别",
"capabilities": "设备能力",
"manufacturer": "制造商",
"model": "设备型号",
"fw_version": "固件版本",
"service_ip": "服务 IP",
"tags": "附加信息",
"state": "设备初始状态",
"toggle_num": "通道数"
},
"category": {
"plug": "插座",
"switch": "开关",
"light": "灯",
"curtain": "窗帘",
"contact_sensor": "门磁",
"motion_sensor": "PIR传感器",
"temperature_sensor": "温度传感器",
"humidity_sensor": "湿度传感器",
"temperature_and_humidity_sensor": "温湿度传感器",
"water_leak_detector": "水浸传感器",
"smoke_detector": "烟雾传感器",
"button": "无线按键",
"sensor": "传感器",
"fan_light": "风扇灯",
"air_conditioner": "空调",
"fan": "风扇",
"thermostat": "温控器",
"light_strip": "灯带"
},
"capability": {
"power": "开关状态",
"toggle": "通道开关状态",
"brightness": "亮度",
"color_temperature": "色温",
"color_rgb": "颜色",
"percentage": "窗帘百分比",
"motor_control": "窗帘电机状态",
"motor_reverse": "窗帘电机反转",
"motor_clb": "电机校准检测",
"detect": "状态检测",
"battery": "剩余电池检测",
"press": "按键检测",
"rssi": "无线信号强度检测",
"humidity": "湿度检测",
"temperature": "温度检测",
"startup": "通电反应",
"inching": "点动设置",
"moisture": "土壤水分",
"barometric_pressure": "气压",
"wind_speed": "风速",
"wind_speed_enum": "风速",
"wind_direction": "风向",
"rainfall": "降雨量",
"illumination": "光照强度",
"illumination_level": "光照等级",
"ultraviolet_index": "紫外线指数",
"co2": "二氧化碳",
"electrical_conductivity": "电导率",
"power_consumption": "电量统计",
"voltage": "电压",
"electric_power": "功率",
"electric_current": "电流",
"multi_press": "多按键",
"mode": "模式",
"thermostat": "温控模式",
"thermostat_target_setpoint": "目标温度",
"tamper_alert": "被拆下",
"detect_hold": "状态超时提醒",
"eco": "ECO",
"anti_direct_blow": "防直吹",
"horizontal_swing": "左右摆风",
"vertical_swing": "上下摆风",
"window_detection": "开窗检测",
"child_lock": "童锁",
"fault": "故障",
"pm25": "PM 2.5",
"voc_index": "挥发性有机化合物指数",
"gas": "气体",
"smoke": "烟雾检测",
"contact": "门磁开合检测",
"motion": "人体移动",
"water_leak": "水浸检测",
"lqi": "链路质量",
"irrigation": "灌溉",
"power_percentage": "开关比例设置",
"toggle_inching": "通道点动设置",
"thermostat_mode_detect": "温湿度模式检测",
"identify": "唤醒激活",
"threshold_breaker": "阈值设置",
"toggle_startup": "通道上电保持",
"backlight_led": "背光指示灯",
"light_mode": "灯模式",
"network_led": "网络指示灯",
"motor_mode": "运行模式",
"transmit_power": "Turbo模式",
"switch_mode": "开关模式",
"external": "外接开关单击",
"relay_separate": "继电器分离",
"air_quality": "空气质量",
"co": "一氧化碳检测",
"alarm": "报警",
"volume": "音量设置",
"gasNumeric": "气体浓度",
"smokeNumeric": "烟雾浓度",
"coNumeric": "一氧化碳浓度",
"calibration": "调光设置"
},
"message": {
"connect_fail": "Server已失去连接,请检查节点server配置"
},
"placeHolder":{
"service_ip":"当前 Node-RED 服务的 IP"
},
"permission": {
"name": "能力配置",
"query": "允许查询设备",
"config": "允许配置设备",
"report": "允许设备上报",
"control": "允许控制设备"
},
"setting": {
"name": "权限配置"
},
"modeName": {
"name": "模式名称"
}
}
}