Admin message side

pull/304/head
Ben Meadors 2023-02-02 12:12:16 -06:00
rodzic 56f9989851
commit 9750628b43
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,7 @@ import "meshtastic/config.proto";
import "meshtastic/device_metadata.proto";
import "meshtastic/mesh.proto";
import "meshtastic/module_config.proto";
import "meshtastic/connection_status.proto";
/*
* This message is handled by the Admin module and is responsible for all settings/channel read/write operations.
@ -190,6 +191,16 @@ message AdminMessage {
*/
string get_ringtone_response = 15;
/*
* Request the node to send it's connection status
*/
bool get_device_connection_status_request = 16;
/*
* Device connection status response
*/
DeviceConnectionStatus get_device_connection_status_response = 17;
/*
* Set the owner for this node
*/