File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ sidecar-starter-pack/
245
245
246
246
| class ` Resources() ` | Description |
247
247
| :--- | :--- |
248
- | ` sequence() ` | Executes a predefined sequence by id . |
248
+ | ` sequence() ` | Executes a predefined sequence by name . |
249
249
| ` get_seed_tray_cell() ` | Returns the coordinates of the specified cell in a seed tray. |
250
250
| ` detect_weeds() ` | Scans the garden to detect weeds. |
251
251
| ` lua() ` | Executes custom Lua code snippets to perform complex tasks or automations. |
Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ def off(self, pin_number):
217
217
218
218
# resources.py
219
219
220
- def sequence (self , sequence_id ):
220
+ def sequence (self , sequence_name ):
221
221
"""Executes a predefined sequence."""
222
- return self .resources .sequence (sequence_id )
222
+ return self .resources .sequence (sequence_name )
223
223
224
224
def get_seed_tray_cell (self , tray_name , tray_cell ):
225
225
"""Identifies and returns the location of specified cell in the seed tray."""
You can’t perform that action at this time.
0 commit comments