Skip to content

Commit

Permalink
Fix Method
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Nov 1, 2024
1 parent db99aa2 commit 61e6993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/nuki_lock/nuki_lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ class NukiLockComponent : public lock::Lock, public PollingComponent, public Nuk
NukiLock::ButtonPressAction button_press_action_to_enum(std::string str);
const char* button_press_action_to_string(NukiLock::ButtonPressAction action);

Nuki::TimeZoneId timezone_to_enum(std:string str);
Nuki::TimeZoneId timezone_to_enum(std::string str);
std::string timezone_to_string(Nuki::TimeZoneId timezoneId);

Nuki::AdvertisingMode NukiLockComponent::advertising_mode_to_enum(std::string str)
std::string NukiLockComponent::advertising_mode_to_string(Nuki::AdvertisingMode mode)
Nuki::AdvertisingMode advertising_mode_to_enum(std::string str)
std::string advertising_mode_to_string(Nuki::AdvertisingMode mode)

void unpair();
void set_pairing_mode(bool enabled);
Expand Down

0 comments on commit 61e6993

Please sign in to comment.