From 5b960cc420faa8beec8aefbd7fb77244e4370a0f Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Sat, 26 Nov 2022 20:45:30 +0100 Subject: [PATCH] Add duty cycle limit error --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index 76d4e3f..68f95ab 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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 */