[actions/send_matrix] init

This commit is contained in:
2023-10-31 20:40:43 +01:00
parent 4fa1e6e4ef
commit 4b43bd1338
7 changed files with 309 additions and 7 deletions

View File

@@ -119,11 +119,12 @@ func NewAction(config []internal.ActionConfig) (Action, error) {
func GetAllActions() []DocumentedAction {
return []DocumentedAction{
Printer{},
TimeOut{},
Command{},
Printer{},
ShellScript{},
Shutdown{},
SendMatrix{},
TimeOut{},
}
}