PLG: mqtt

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-12-09 08:40:45 +11:00
parent 23aa48eabf
commit ad2949f143
2 changed files with 85 additions and 1 deletions
+28
View File
@@ -731,6 +731,34 @@
}
]
},
{
"function": "SEND_NOTIFICATIONS",
"type": {
"dataType": "boolean",
"elements": [
{
"elementType": "input",
"elementOptions": [{ "type": "checkbox" }],
"transformers": []
}
]
},
"default_value": true,
"options": [],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "Send notifications"
}
],
"description": [
{
"language_code": "en_us",
"string": "Check to send notifications to the broker with json containing events, new_devices, down_devices and more."
}
]
},
{
"function": "topic_root",
"type": {