Skip to content

Commit 1e10b74

Browse files
committed
* script_reset_controller.yaml: Added explanatory comment for the shutdown(true) call,
which also clears any queued values in the sprinkler controller.
1 parent 42eaa34 commit 1e10b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script_reset_controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
# Copyright (c) 2025 Ilia Sotnikov
33
---
44
!lambda |-
5+
// `true` parameter clears any queued values as well
56
id(${sprinkler}).shutdown(true);
67
id(${sprinkler}).reset_resume();

0 commit comments

Comments
 (0)