Initialize modular ATM10 CC control system
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
PROTOCOL = "atm10-control",
|
||||
PROTOCOL_VERSION = 1,
|
||||
STATES = {
|
||||
OFFLINE = "OFFLINE", STARTING = "STARTING", RUNNING = "RUNNING",
|
||||
IDLE = "IDLE", STOPPING = "STOPPING", MAINTENANCE = "MAINTENANCE",
|
||||
FAULT = "FAULT", EMERGENCY = "EMERGENCY", UNLOADED = "UNLOADED",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user