Skip to content

Commit

Permalink
Update homekey-test-c3.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rednblkx authored Aug 23, 2024
1 parent e066872 commit 50733f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion homekey-test-c3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ homekit:
lambda: |-
ESP_LOGI("HEREHERE", "IssuerID: %s", x.c_str());
ESP_LOGI("HEREHERE", "EndpointID: %s", y.c_str());
if (id(this_lock).state == LOCK_STATE_LOCKED) {
id(this_lock).unlock();
} else {
id(this_lock).lock();
}
on_hk_fail:
lambda: |-
ESP_LOGI("GSDGSGS", "IT FAILED :(");
hk_hw_finish: "SILVER"

logger:
level: DEBUG
level: DEBUG

0 comments on commit 50733f9

Please sign in to comment.