1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

Include Bluetooth connection slot allocations in connections free message (#8148)

This commit is contained in:
J. Nick Koston
2025-01-27 16:57:52 -10:00
committed by GitHub
parent dbf4c2c4da
commit dd18a219db
4 changed files with 21 additions and 0 deletions

View File

@@ -1381,6 +1381,7 @@ message BluetoothConnectionsFreeResponse {
uint32 free = 1;
uint32 limit = 2;
repeated uint64 allocated = 3;
}
message BluetoothGATTErrorResponse {