init commit

This commit is contained in:
paul@velocoding.com
2026-02-19 21:24:21 +00:00
committed by thingsboard
commit 392508da6e
30 changed files with 1771 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"entityType" : "NOTIFICATION_RULE",
"entity" : {
"additionalConfig" : {
"description" : "Send notification to tenant admins when communication failures occur"
},
"enabled" : true,
"externalId" : null,
"id" : {
"entityType" : "NOTIFICATION_RULE",
"id" : "f42f8570-0b6a-11f1-9957-b95a9cb5ea38"
},
"name" : "Edge communication failure",
"recipientsConfig" : {
"targets" : [ "f4226610-0b6a-11f1-9957-b95a9cb5ea38" ],
"triggerType" : "EDGE_COMMUNICATION_FAILURE"
},
"templateId" : {
"entityType" : "NOTIFICATION_TEMPLATE",
"id" : "f42f1040-0b6a-11f1-9957-b95a9cb5ea38"
},
"triggerConfig" : {
"triggerType" : "EDGE_COMMUNICATION_FAILURE",
"edges" : null,
"triggerType" : "EDGE_COMMUNICATION_FAILURE"
},
"triggerType" : "EDGE_COMMUNICATION_FAILURE"
}
}