Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Dec 24, 2024
1 parent bd7c599 commit 2f0b9ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/cmnds/cmd_newLEDDriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ void NewLED_InitCommands(){
//cmddetail:"examples":""}
CMD_RegisterCommand("led_dimmer", dimmer, NULL);
//cmddetail:{"name":"Dimmer","args":"[Value]",
//cmddetail:"descr":"Alias for led_dimmer",
//cmddetail:"descr":"Alias for led_dimmer, added for Tasmota.",
//cmddetail:"fn":"dimmer","file":"cmnds/cmd_newLEDDriver.c","requires":"",
//cmddetail:"examples":""}
CMD_RegisterCommand("Dimmer", dimmer, NULL);
Expand Down Expand Up @@ -1654,7 +1654,7 @@ void NewLED_InitCommands(){
//cmddetail:"examples":""}
CMD_RegisterCommand("led_temperature", temperature, NULL);
//cmddetail:{"name":"CT","args":"[TempValue]",
//cmddetail:"descr":"Same as led_temperature",
//cmddetail:"descr":"Sets the LED temperature. Same as led_temperature but with Tasmota syntax.",
//cmddetail:"fn":"temperature","file":"cmnds/cmd_newLEDDriver.c","requires":"",
//cmddetail:"examples":""}
CMD_RegisterCommand("CT", temperature, NULL);
Expand Down
2 changes: 1 addition & 1 deletion src/new_pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ typedef enum channelType_e {
ChType_Temperature_div100,
//chandetail:{"name":"LeakageCurrent_div1000",
//chandetail:"title":"TODO",
//chandetail:"descr":".",
//chandetail:"descr":"Leakage current in mA",
//chandetail:"enum":"ChType_LeakageCurrent_div1000",
//chandetail:"file":"new_pins.h",
//chandetail:"driver":""}
Expand Down

0 comments on commit 2f0b9ed

Please sign in to comment.