Skip to content

Commit

Permalink
"ctrl" key included in Advanced Data (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Sep 7, 2024
1 parent 00fe36f commit caea021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/ZgatewayBT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,7 @@ void PublishDeviceData(JsonObject& BLEdata) {
BLEdata.remove("acts");
BLEdata.remove("cont");
BLEdata.remove("track");
BLEdata.remove("ctrl");
}
// if distance available, check if presenceUseBeaconUuid is true, model_id is IBEACON then set id as uuid
if (BLEdata.containsKey("distance")) {
Expand Down

0 comments on commit caea021

Please sign in to comment.