Skip to content

Commit

Permalink
add analystcmyk driver desc correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Aug 15, 2023
1 parent 0a4330a commit fae6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static driver_t g_drivers[] = {
#ifdef ENABLE_DRIVER_CHARGINGLIMIT
//drvdetail:{"name":"ChargingLimit",
//drvdetail:"title":"TODO",
//drvdetail:"descr":"ChargingLimit",
//drvdetail:"descr":"Mechanism to perform an action based on a max. delta value and max time. Used to control Electric Vehicle chargers. See [discussion](https://github.com/openshwprojects/OpenBK7231T_App/issues/892).",
//drvdetail:"requires":""}
{ "ChargingLimit", ChargingLimit_Init, ChargingLimit_OnEverySecond, ChargingLimit_AppendInformationToHTTPIndexPage, NULL, NULL, NULL, false },
#endif
Expand Down

0 comments on commit fae6d57

Please sign in to comment.