1
0
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:
J. Nick Koston
2025-07-18 09:07:29 -10:00
parent cde4fc0609
commit d6422b6d25

View File

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