Adjusted parts of routes layout to work with protobufs
This commit is contained in:
@@ -42,6 +42,8 @@ message I2CScanData { repeated I2CDevice devices = 1; }
|
||||
message PeripheralSettingsData { int32 sda = 1; int32 scl = 2; int32 frequency = 3; repeated PinConfig pins = 4; }
|
||||
message WifiSettingsData { string hostname = 1; bool priority_rssi = 2; repeated KnownNetworkItem wifi_networks = 3; }
|
||||
message RSSIData { int32 rssi = 1; }
|
||||
message DownloadOTAData { string status = 1; int32 progress = 2; string error = 3; }
|
||||
message SonarData { string dummy_field = 1; }
|
||||
|
||||
message SubscribeNotification { int32 tag = 1; }
|
||||
message UnsubscribeNotification {int32 tag = 1; }
|
||||
|
||||
Reference in New Issue
Block a user