Extend config

This commit is contained in:
iranl
2024-04-02 22:59:17 +02:00
parent 18846b242c
commit c9f3c1e57b
5 changed files with 57 additions and 56 deletions

View File

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