added expeceted code for neighborinfo for

simplicity of merge
This commit is contained in:
Jon 2023-07-27 14:39:13 -04:00
parent 34e550ee2a
commit 7f047d6357

View file

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