📝 Adds README and circuit diagrams
This commit is contained in:
@@ -216,7 +216,7 @@ func sendAlert(action string) {
|
||||
to := fmt.Sprintf("%s/message?token=%s", gotifyURL, gotifyToken)
|
||||
what := echo.Map{
|
||||
"title": fmt.Sprintf("Your door has been %s", action),
|
||||
"priority": 1,
|
||||
"priority": 5,
|
||||
"message": fmt.Sprintf("Your locked door has been %s at %s", action, time.Now().Format(TimeFormat)),
|
||||
}
|
||||
b, err := json.Marshal(&what)
|
||||
|
Reference in New Issue
Block a user