node-red-contrib-zigbee2mqtt
Version:
Zigbee2mqtt connectivity nodes for node-red
44 lines (43 loc) • 1.33 kB
JSON
{
"label": {
"name": "Name",
"server": "Server",
"topic": "Device",
"state": "Payload output",
"refresh": "Refresh",
"refresh_devices_list": "Refresh Devices List",
"start_output": "Start output",
"start_output_help": "Send value on start",
"always": "Always",
"on_state_change": "On state change",
"on_update": "On update",
"filter_changes": "Filter",
"filter_changes_help": "Send only if value changes",
"output": "Output",
"enable_multiple": "Multiple input",
"enable_multiple_help": "Listen multiple devices"
},
"placeholder": {
"name": "Name"
},
"status": {
"no_server": "no server",
"no_device": "no device",
"no_connection": "no connection",
"connected": "connected",
"received": "ok"
},
"multiselect": {
"devices": "Devices",
"filter_devices": "Filter devices...",
"refresh": "Refresh devices list",
"none_selected": "None selected",
"complete_payload": "Complete state payload",
"zigbee2mqtt": "Zigbee2Mqtt",
"homekit": "Homekit",
"groups": "Groups"
},
"tip": {
"deploy": "<b>Important:</b> deploy server node to get devices list"
}
}