smart-nodes
Version:
Controls light, shutters and more. Includes common used logic and statistic nodes to control your home.
36 lines (33 loc) • 1.5 kB
JSON
{
"compare": {
"ui": {
"name": "Name",
"compare": "Compare",
"note_default_values": "Default values are set here and can be overwritten by incoming messages.",
"value_1": "Value 1",
"value_2": "Value 2",
"output_messages": "Output message",
"true": "True",
"false": "False",
"send": "Send",
"outputs": "Outputs",
"note": "Note:",
"note_text": "<code>msg.payload</code> is automatically set to the comparison result,<br/>if it has not already been set here in the configuration.<br/><code>msg.comperator</code> is automatically set to the comparison operator,<br/>if it has not already been set here in the configuration.",
"system_start": "System start",
"save_state": "Save state",
"send_after_start": "Send last message 10 seconds after the start",
"smaller": "< Smaller",
"smaller_equal": "<= Smaller or equal",
"equal": "== Equal",
"unequal": "!= Not equal",
"greater_equal": ">= Greater or equal",
"greater": "> Greater",
"no_value": "No value",
"send_nothing": "Send nothing",
"send_only_change": "Only on change",
"always": "Always",
"common_output": "Common output",
"separate_output": "Separate outputs"
}
}
}