Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Jan 13, 2025
1 parent 7b296c3 commit 958333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nuki_lock/nuki_lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ template<typename... Ts> class NukiLockPairingModeAction : public Action<Ts...>
template<typename... Ts> class NukiLockSecurityPinAction : public Action<Ts...> {
public:
NukiLockSecurityPinAction(NukiLockComponent *parent) : parent_(parent) {}
TEMPLATABLE_VALUE(uint16_t security_pin)
TEMPLATABLE_VALUE(uint16_t, security_pin)

void play(Ts... x) { this->parent_->set_override_security_pin(this->security_pin_.value(x...)); }

Expand Down

0 comments on commit 958333c

Please sign in to comment.