Skip to content

Commit f31e542

Browse files
authored
Update DEVELOPING.md with command addition instructions
Clarified instructions on adding new YNCA commands and provided an example prompt.
1 parent 65659b0 commit f31e542

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

docs/DEVELOPING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,16 @@ Releasing is not difficult, but could be a bit more automated.
4444

4545
## Adding Commands
4646

47-
This section is a crash course on how to add new YNCA commands to the package.
48-
4947
> If you have access to a coding agent it should be able to add the command.
50-
> Just tell it to add a command and provide the range (if numeric) or all valid values
51-
> The format can just be some logging and it will be able to figure it out.
48+
> Just tell it to add a command and provide the range of valid values
49+
> The format can just be some logging.
50+
>
51+
> Example prompt that generated the implemention in [#63](https://github.com/mvdwetering/ynca/pull/63) (and a followup prompt to add the other variants)
52+
> ```
53+
> Add a command based on this data: "3618651.006055 Received: @sys:SPPATTERN1SWFR1CNFG=None","3618657.598930 Received: @sys:SPPATTERN1SWFR1CNFG=Use",
54+
>```
55+
56+
This section is a crash course on how to add new YNCA commands to the package.
5257
5358
In general just look at similar existing commands for inspiration.
5459

0 commit comments

Comments
 (0)