[create-pull-request] automated change (#3209)

Co-authored-by: thebentern <thebentern@users.noreply.github.com>
pull/3210/head
github-actions[bot] 2024-02-11 07:43:07 -06:00 zatwierdzone przez GitHub
rodzic 36cf9b9ef4
commit 96bd898a38
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 5 dodań i 1 usunięć

@ -1 +1 @@
Subproject commit 6cb18782b1c446a4ca4797dcf5bb2da765b6e5a0
Subproject commit 20f2783e196da1429de4b0fcf05c7ffea98d7901

Wyświetl plik

@ -30,6 +30,10 @@ typedef enum _meshtastic_StoreAndForward_RequestResponse {
meshtastic_StoreAndForward_RequestResponse_ROUTER_HISTORY = 6,
/* Router is responding to a request for stats. */
meshtastic_StoreAndForward_RequestResponse_ROUTER_STATS = 7,
/* Router sends a text message from its history that was a direct message. */
meshtastic_StoreAndForward_RequestResponse_ROUTER_TEXT_DIRECT = 8,
/* Router sends a text message from its history that was a broadcast. */
meshtastic_StoreAndForward_RequestResponse_ROUTER_TEXT_BROADCAST = 9,
/* Client is an in error state. */
meshtastic_StoreAndForward_RequestResponse_CLIENT_ERROR = 64,
/* Client has requested a replay from the router. */