We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa28d5d commit 1946eadCopy full SHA for 1946ead
firmware/addons/interactive-setup.yaml
@@ -44,7 +44,7 @@ tcs_intercom:
44
std::string last = hex_command.substr(6, 2);
45
46
// Apartment Doorbell or Entrance Doorbell
47
- 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"));
48
then:
49
# Save Commands
50
- lambda: |-
0 commit comments