From 3e6453679cf0222567de1034477c0f46e88034ea Mon Sep 17 00:00:00 2001 From: Ernesto Alejo Date: Thu, 2 May 2024 11:51:41 +0200 Subject: [PATCH] Read flow operations. --- system.go | 1 + 1 file changed, 1 insertion(+) diff --git a/system.go b/system.go index bb8238e..2326a0d 100644 --- a/system.go +++ b/system.go @@ -338,6 +338,7 @@ type Flow struct { Color string `json:"color,omitempty"` Icon Icon `json:"icon,omitempty"` Operation Nullable[string] `json:"operation"` + Operations []string `json:"operations,omitempty"` Unknown map[string]any `json:"-"` }