Skip to content

Commit

Permalink
fix wrong trigger name
Browse files Browse the repository at this point in the history
  • Loading branch information
technyon committed Mar 27, 2022
1 parent 8f803cf commit 7694cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nuki.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void Nuki::triggerToString(const NukiTrigger trigger, char *str)
strcpy(str, "button");
break;
case NukiTrigger::manual:
strcpy(str, "autoLock");
strcpy(str, "manual");
break;
case NukiTrigger::system:
strcpy(str, "system");
Expand Down

0 comments on commit 7694cdb

Please sign in to comment.