Added temperature exceded event

This commit is contained in:
Nedim
2023-10-16 19:43:35 +02:00
parent 44efa194fc
commit 2e60460131
7 changed files with 109 additions and 70 deletions

View File

@@ -11,7 +11,7 @@ type Notification struct {
Title string
NotificationType string
Text string
UserID int
CompanyID int
}