mirror of
https://github.com/Xevion/go-ha.git
synced 2026-01-31 06:24:27 -06:00
add notify service
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
type NotifyRequest struct {
|
||||
// Which notify service to call, such as mobile_app_sams_iphone
|
||||
ServiceName string
|
||||
Message string
|
||||
Title string
|
||||
Data map[string]any
|
||||
}
|
||||
Reference in New Issue
Block a user