45 Commits

Author SHA1 Message Date
MaxineMuster
c5116a4f2b
fix getcommands.js (#1788)
* fix getcommands.js

Fix parsing
don't overwrite source files but generate alternate file

* Fix comments so "getcommands.js" won't complain.
Hpoe I got descriptions right ...

* Some more comments to fill "qqq" fields ...

* Fix getcommands.js generatind fn-entries for registered commands

Fix all source files with wrong "NULL);" as fn

* add some more tests to getcommands.js to verify commands:
	check filename of command
	check fn called
some more fixes to documentation commands as result from above tests
2025-09-09 21:53:07 +02:00
Martin
b6e9862563
autoexecExamples.md: Use C++ higlighting (#1687)
* Run getcommands.js through a linter

* Use C++ higlighting for autoexec.bat examples
2025-06-24 17:08:35 +02:00
Tester23
6f8e790a22 fix a bug in docs script that was hiding first line of script 2024-01-16 14:36:28 +01:00
Tester23
b4c539f9e0 capitzlite 2023-08-16 11:00:07 +02:00
Tester23
e1d0768a34 better 2023-08-16 10:54:18 +02:00
Tester23
2c258bdf5b examples 2023-08-16 10:52:43 +02:00
Tester23
ed2b9954da docas better 2023-08-16 09:53:05 +02:00
Tester23
38d8580442 better 2023-08-16 09:48:25 +02:00
Tester23
4db4c39918 docs searh link 2023-08-16 09:47:38 +02:00
Tom
cb39120560
Documentation Update (#843)
* Fixed one typo in the battery commands, also added description for Map command.

* Generated the doc files to see if my changes worked.

* Sorted commands array to make it easier to find command information

* Fixed some command descriptions. Sorted commands in docs list.

* Fixed command sorting to be case-insensitive

* Removed extra comments on SendPost added by docs script.
2023-06-02 15:05:46 +02:00
openshwprojects
60d3c9666e debug info print for cmdgen 2023-04-30 08:28:02 +02:00
openshwprojects
9c8cada12d docs 2023-04-17 10:00:06 +02:00
openshwprojects
92072aae51 docs 2023-04-17 09:55:03 +02:00
openshwprojects
c367038020 docs cosmetics 2023-04-05 09:15:02 +02:00
openshwprojects
186da7d1ca test final docs split 2023-04-05 08:57:23 +02:00
openshwprojects
c8face8e3d move out mqttopics to docs 2023-04-04 23:23:03 +02:00
openshwprojects
c000c63c99 flags remove comma 2023-03-13 20:20:40 +01:00
openshwprojects
ca0c9ed110 cmd docs 2023-03-11 08:49:27 +01:00
openshwprojects
191d9d689f docs formatting 2023-03-07 12:42:37 +01:00
openshwprojects
042f2601b2 move script examples to docs 2023-03-07 12:30:54 +01:00
openshwprojects
81c616d03c examples 2023-03-06 19:24:47 +01:00
openshwprojects
28ca2b366a style 2023-03-06 19:11:46 +01:00
openshwprojects
816812fd16 styling 2023-03-06 19:10:50 +01:00
openshwprojects
9c26730d89 styling 2023-03-06 19:09:44 +01:00
openshwprojects
99df7d2dea autoexec examples 2023-03-06 19:06:46 +01:00
openshwprojects
120a78912b newlin e fix 2023-03-06 18:05:54 +01:00
openshwprojects
475aa2d10b command exanmples migration 2023-03-06 18:03:31 +01:00
openshwprojects
8fa2ce29d9 docs 2023-03-06 17:08:48 +01:00
openshwprojects
0e1df6dd89 test docs faq 2023-03-06 16:34:14 +01:00
openshwprojects
9b3220fa0a test faq 2023-03-06 16:20:41 +01:00
openshwprojects
5391bdca3c docs test 2023-03-06 12:24:45 +01:00
openshwprojects
d4aaa8dfcd docs 2023-03-06 12:23:08 +01:00
openshwprojects
c215110cfc drivers doc, post jsons 2023-03-06 11:37:01 +01:00
openshwprojects
d94c0bce30 channelTypes docs , misc fixes 2023-03-06 09:21:23 +01:00
openshwprojects
cfab370605 getcommands almost ready with dumping data 2023-03-06 08:39:39 +01:00
openshwprojects
b62d382a36 getcommands.js can now parse constants, also write drivers 2023-03-06 08:35:38 +01:00
openshwprojects
33ad367a4d parse flags 2023-03-05 20:28:34 +01:00
openshwprojects
9f6ee915a4 title field, driver parse 2023-03-05 18:33:38 +01:00
openshwprojects
4144a43f21 io roles and channels json gen 2023-03-05 18:03:58 +01:00
openshwprojects
7cfa6e78c2 channel type parsing 2023-03-05 17:26:47 +01:00
openshwprojects
f61a1c9436 cosmetic change before chan getter, chan getter prototype 2023-03-05 17:09:28 +01:00
openshwprojects
f119554969 misc fixes, snprintf, cmd gen 2023-02-10 15:03:27 +01:00
openshwprojects
2febe2a6e7 commands update 2022-12-21 11:03:12 +01:00
openshwprojects
8519e26afe commands update p1 2022-12-21 09:19:45 +01:00
btsimonh
0168052582 add getcommands.js,
can be run via
npm run getcommands
or
node scripts/getcommands.js
examines source for command registeration, moves stuff into comments and removes C strings..
2022-11-21 18:39:33 +00:00