Home Assistant and README

This commit is contained in:
iranl
2024-04-09 23:21:08 +02:00
parent d8adef61c7
commit 7a7b494284
9 changed files with 379 additions and 210 deletions

View File

@@ -464,9 +464,9 @@ void NetworkLock::publishConfig(const NukiLock::Config &config)
json["nukiID"] = uidString;
json["name"] = config.name;
json["latitude"] = config.latitude;
json["autoUnlatch"] = config.autoUnlatch;
json["longitude"] = config.longitude;
//json["latitude"] = config.latitude;
//json["longitude"] = config.longitude;
json["autoUnlatch"] = config.autoUnlatch;
json["pairingEnabled"] = config.pairingEnabled;
json["buttonEnabled"] = config.buttonEnabled;
json["ledEnabled"] = config.ledEnabled;