General Actions to handlers Refacto

This commit is contained in:
STEINNI
2026-06-20 18:50:26 +00:00
parent 7435d96135
commit 44a84c64ec
56 changed files with 832 additions and 973 deletions
+2 -4
View File
@@ -60,6 +60,7 @@
"gps": {
"type": "object",
"properties": {
"primordialDaemon": { "type": "boolean" },
"gpsActionsChannel": { "type": "string" },
"gpsActionsReply": { "type": "string" },
"GPSstorage": {
@@ -131,10 +132,6 @@
"godsReadyChannel"
]
},
"expectedGods": {
"type": "array",
"items": { "type": "string" }
},
"readyTimeoutMs": { "type": "integer", "minimum": 1000 }
},
"required": [
@@ -157,6 +154,7 @@
"observer": {
"type": "object",
"properties": {
"primordialDaemon": { "type": "boolean" },
"observerActionsChannel": { "type": "string" },
"observerActionsReply": { "type": "string" },
"senderId": { "type": "string" },