Skip to content

Commit

Permalink
Merge pull request #439 from GUVWAF/storeForwardText
Browse files Browse the repository at this point in the history
StoreForward: add `TEXT_DIRECT` and `TEXT_BROADCAST` RequestResponse tags
  • Loading branch information
thebentern authored Feb 11, 2024
2 parents 6cb1878 + 5fde333 commit 20f2783
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meshtastic/storeforward.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ message StoreAndForward {
*/
ROUTER_STATS = 7;

/*
* Router sends a text message from its history that was a direct message.
*/
ROUTER_TEXT_DIRECT = 8;

/*
* Router sends a text message from its history that was a broadcast.
*/
ROUTER_TEXT_BROADCAST = 9;

/*
* Client is an in error state.
*/
Expand Down

0 comments on commit 20f2783

Please sign in to comment.