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,32 @@
{
"entityType" : "NOTIFICATION_TEMPLATE",
"entity" : {
"configuration" : {
"deliveryMethodsTemplates" : {
"WEB" : {
"method" : "WEB",
"additionalConfig" : {
"icon" : {
"enabled" : true,
"icon" : "notifications",
"color" : "#757575"
},
"actionButtonConfig" : {
"enabled" : false
}
},
"body" : "Severity: ${alarmSeverity}, originator: ${alarmOriginatorEntityType} '${alarmOriginatorName}'",
"enabled" : true,
"subject" : "New alarm '${alarmType}'"
}
}
},
"externalId" : null,
"id" : {
"entityType" : "NOTIFICATION_TEMPLATE",
"id" : "f424b000-0b6a-11f1-9957-b95a9cb5ea38"
},
"name" : "New alarm notification",
"notificationType" : "ALARM"
}
}