mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
api: Add duty-cycle stats messages + types.
This commit is contained in:
1
api/rust/src/gw.rs
vendored
1
api/rust/src/gw.rs
vendored
@ -67,6 +67,7 @@ impl Into<String> for TxAckStatus {
|
||||
TxAckStatus::GpsUnlocked => "GPS_UNLOCKED",
|
||||
TxAckStatus::QueueFull => "QUEUE_FULL",
|
||||
TxAckStatus::InternalError => "INTERNAL_ERROR",
|
||||
TxAckStatus::DutyCycleOverflow => "DUTY_CYCLE_OVERFLOW",
|
||||
}
|
||||
.to_string()
|
||||
}
|
||||
|
Reference in New Issue
Block a user