Files
thingsboard-config/notification_template/f427bd40-0b6a-11f1-9957-b95a9cb5ea38.json
paul@velocoding.com 392508da6e init commit
2026-02-19 21:24:21 +00:00

32 lines
888 B
JSON

{
"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" : "Alarm '${alarmType}' - ${action}"
}
}
},
"externalId" : null,
"id" : {
"entityType" : "NOTIFICATION_TEMPLATE",
"id" : "f427bd40-0b6a-11f1-9957-b95a9cb5ea38"
},
"name" : "Alarm update notification",
"notificationType" : "ALARM"
}
}