Add to device metadata and remote hardware config

pull/346/head
Ben Meadors 2023-05-15 10:54:52 -05:00
rodzic 5a6fd96e48
commit 47892ff9c4
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -54,5 +54,6 @@
*NeighborInfo.neighbors max_count:10
*DeviceMetadata.firmware_version max_size:18
*DeviceMetadata:remote_hardware_pins max_count:4
*RemoteHardwarePin.name max_size:15

Wyświetl plik

@ -1468,6 +1468,11 @@ message Neighbor {
* Device hardware model
*/
HardwareModel hw_model = 9;
/*
* Available GPIO pins for RemoteHardware module
*/
repeated RemoteHardwarePin remote_hardware_pins = 10;
}
/*