feat: add empty and refill unit machine actions
fix: remove certain actions from the state middleware after being consumed by the poller
This commit is contained in:
parent
2e9bb3c7df
commit
797f074898
10 changed files with 163 additions and 2 deletions
|
|
@ -196,6 +196,8 @@ type DynamicConfig {
|
|||
reboot: Boolean!
|
||||
shutdown: Boolean!
|
||||
restartServices: Boolean!
|
||||
emptyUnit: Boolean!
|
||||
refillUnit: Boolean!
|
||||
}
|
||||
|
||||
type Configs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue