package
Version:
v0.0.0-...-f6ab580
Opens a new window with list of versions in this module.
Published: Jun 22, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Action список команд для исполнительного устройства
const (
Empty Action = iota
SwitchON
SwitchOFF
Toggle
)
NewAction создает новый action из строки
type ActionEvent struct {
DeviceID string `json:"device_id"`
Action Action `json:"action"`
}
ActionEvent payload для события действия
type NotifyEvent struct {
Text string `json:"text"`
}
NotifyEvent payload для события уведомления
Source Files
¶
Click to show internal directories.
Click to hide internal directories.