This commit is contained in:
Ben Meadors 2023-05-15 14:00:29 -05:00
parent 3970d1c543
commit 284f96a075
2 changed files with 5 additions and 6 deletions

View file

@ -1468,4 +1468,9 @@ message Neighbor {
* Device hardware model
*/
HardwareModel hw_model = 9;
/*
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
}

View file

@ -590,12 +590,6 @@ message ModuleConfig {
}
enum RemoteHardwarePinType {
/*
* Unset/unused (should never occur)
*/
UNSET = 0;
/*
* GPIO pin can be read (if it is high / low)
*/