Search found 1 match

by melsver
Monday 02 April 2018 10:29
Forum: Others
Topic: Nuki lock setup
Replies: 81
Views: 15767

Re: Nuki lock setup

case "${stateName}" in "unlocked") logger "handle_doorlock_event: setting mode to ON for ${nukiId}" mode="1" "locked") logger "handle_doorlock_event: setting mode to OFF for ${nukiId}" mode="0" Could it be that you've mixed up the mode's in your script "handle_doorlock_event.sh" (see above)? Should ...