Skip to content

Commit 1946ead

Browse files
committed
Fix syntax
1 parent aa28d5d commit 1946ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/addons/interactive-setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tcs_intercom:
4444
std::string last = hex_command.substr(6, 2);
4545
4646
// Apartment Doorbell or Entrance Doorbell
47-
return id(initial_setup) == true && ((first == "1" && last == "41") || (first == "0" serial != "00000" && last == "80"));
47+
return id(initial_setup) == true && ((first == "1" && last == "41") || (first == "0" && serial != "00000" && last == "80"));
4848
then:
4949
# Save Commands
5050
- lambda: |-

0 commit comments

Comments
 (0)