Macro recorder update, Macro service added (for the panels)

This commit is contained in:
Jesse Malotaux 2025-04-11 14:02:07 +02:00
parent d07b6eb820
commit 4ce03f7a4b
6 changed files with 48 additions and 24 deletions

View file

@ -17,3 +17,8 @@ type NewMacro struct {
Name string `json:"name"`
Steps []Step `json:"steps"`
}
type MacroInfo struct {
Name string `json:"name"`
Macroname string `json:"macroname"`
}