node-red-contrib-knx-ultimate
Version:
Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control, ETS group address importer, and KNX routing between interfaces. Easy to use and highly configurable.
26 lines (24 loc) • 1.01 kB
JSON
{
"knxUltimateAlerter": {
"paletteLabel": "KNX 警报器",
"title": "KNX 警报节点",
"properties": {
"node-input-server": "网关",
"node-input-name": "名称",
"node-input-timerinterval": "每条数据间隔发送时间 (秒)",
"node-input-whentostart": "警报周期启动类型",
"node-input-initialread": "在连接/重新连接时读取每个设备的值",
"node-input-initialread0": "不使用",
"node-input-initialread1": "从KNX总线读取",
"node-input-initialreadGAInRules": "Read states at start/reconnection"
},
"selectlists": {
"manualstart": "通过传入消息手动启动警报周期",
"ifnewalert": "使用每个新的警报设备启动警报周期"
},
"other": {
"sceneConfig": "监控设备 (数据类型必须是布尔值)",
"add": "点击添加,添加设备"
}
}
}