chore: remove paused state from schema.json enum

This commit is contained in:
Axel-CH
2025-03-21 20:13:04 -04:00
parent 7286568447
commit 50d60fad89

View File

@@ -1032,8 +1032,7 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"running", "running",
"stopped", "stopped"
"paused"
] ]
}, },
"force_entry_enable": { "force_entry_enable": {