You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To solve this issue, I edited the javascript to disable the cached logging which was keep showing up.
I have configured with "lock_state_mode": 1
sudo nano +69 /var/lib/homebridge/node_modules/homebridge-nukiio/src/nuki/NukiLock.js
Add // to this line, so it shows like this:
//this.log("Cached lock state is isLocked = '%s'.", cachedIsLocked);
Hi,
How can I limit or minimize the messages displayed in the log?
Regards
Tobi
The text was updated successfully, but these errors were encountered: