Add Neighborinfo to adminmessage ModuleConfigType

This commit is contained in:
Ben Meadors 2023-07-27 12:16:07 -05:00
parent 7bf13761bb
commit 0d5b0942fe

View file

@ -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;
}
}