mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add duty cycle limit error
This commit is contained in:
parent
2c8b3002d8
commit
5b960cc420
1 changed files with 5 additions and 0 deletions
|
|
@ -504,6 +504,11 @@ message Routing {
|
|||
*/
|
||||
NO_RESPONSE = 8;
|
||||
|
||||
/*
|
||||
* Cannot send currently because duty cycle regulations will be violated.
|
||||
*/
|
||||
DUTY_CYCLE_LIMIT = 9;
|
||||
|
||||
/*
|
||||
* The application layer service on the remote node received your request, but considered your request somehow invalid
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue