nothing changed but testing dev branch

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

View File

@@ -0,0 +1,32 @@
{
"entityType" : "NOTIFICATION_RULE",
"entity" : {
"additionalConfig" : {
"description" : "Send notification to user when any alarm was assigned to him"
},
"enabled" : true,
"externalId" : null,
"id" : {
"entityType" : "NOTIFICATION_RULE",
"id" : "f42c9f40-0b6a-11f1-9957-b95a9cb5ea38"
},
"name" : "Alarm assignment",
"recipientsConfig" : {
"targets" : [ "f42461e0-0b6a-11f1-9957-b95a9cb5ea38" ],
"triggerType" : "ALARM_ASSIGNMENT"
},
"templateId" : {
"entityType" : "NOTIFICATION_TEMPLATE",
"id" : "f42c0300-0b6a-11f1-9957-b95a9cb5ea38"
},
"triggerConfig" : {
"triggerType" : "ALARM_ASSIGNMENT",
"alarmSeverities" : null,
"alarmStatuses" : null,
"alarmTypes" : null,
"notifyOn" : [ "ASSIGNED" ],
"triggerType" : "ALARM_ASSIGNMENT"
},
"triggerType" : "ALARM_ASSIGNMENT"
}
}