mirror of
https://github.com/esphome/esphome.git
synced 2025-10-01 17:42:22 +01:00
missed some more
This commit is contained in:
@@ -1376,7 +1376,9 @@ message SubscribeBluetoothLEAdvertisementsRequest {
|
|||||||
uint32 flags = 1;
|
uint32 flags = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Deprecated - only used by deprecated BluetoothLEAdvertisementResponse
|
||||||
message BluetoothServiceData {
|
message BluetoothServiceData {
|
||||||
|
option deprecated = true;
|
||||||
string uuid = 1;
|
string uuid = 1;
|
||||||
// Deprecated in API version 1.7
|
// Deprecated in API version 1.7
|
||||||
repeated uint32 legacy_data = 2 [deprecated=true]; // Removed in api version 1.7
|
repeated uint32 legacy_data = 2 [deprecated=true]; // Removed in api version 1.7
|
||||||
|
Reference in New Issue
Block a user