Add Neighborinfo to adminmessage ModuleConfigType

pull/375/head
Ben Meadors 2023-07-27 12:16:07 -05:00
rodzic 7bf13761bb
commit 0d5b0942fe
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -109,6 +109,11 @@ message AdminMessage {
* TODO: REPLACE
*/
REMOTEHARDWARE_CONFIG = 8;
/*
* TODO: REPLACE
*/
NEIGHBORINFO_CONFIG = 9;
}
/*
@ -325,4 +330,4 @@ message NodeRemoteHardwarePinsResponse {
* Nodes and their respective remote hardware GPIO pins
*/
repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1;
}
}