This commit is contained in:
2026-01-15 22:34:44 +01:00
parent 21db2addff
commit 3e169fe615
2 changed files with 330 additions and 526 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,12 +14,3 @@ type Status struct {
NumSlices int `json:"num_slices"` // From info command
ActiveSlices int `json:"active_slices"` // Count of active slices
}
// InterlockState represents possible interlock states
const (
InterlockStateReady = "READY"
InterlockStateNotReady = "NOT_READY"
InterlockStatePTTRequested = "PTT_REQUESTED"
InterlockStateTransmitting = "TRANSMITTING"
InterlockStateUnkeyRequested = "UNKEY_REQUESTED"
)