Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 29, 2024
1 parent aa28d5d commit 1946ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/addons/interactive-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tcs_intercom:
std::string last = hex_command.substr(6, 2);
// Apartment Doorbell or Entrance Doorbell
return id(initial_setup) == true && ((first == "1" && last == "41") || (first == "0" serial != "00000" && last == "80"));
return id(initial_setup) == true && ((first == "1" && last == "41") || (first == "0" && serial != "00000" && last == "80"));
then:
# Save Commands
- lambda: |-
Expand Down

0 comments on commit 1946ead

Please sign in to comment.