You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPING.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,16 @@ Releasing is not difficult, but could be a bit more automated.
44
44
45
45
## Adding Commands
46
46
47
-
This section is a crash course on how to add new YNCA commands to the package.
48
-
49
47
> 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.
52
57
53
58
In general just look at similar existing commands for inspiration.
0 commit comments