diff --git a/src/cmnds/cmd_main.c b/src/cmnds/cmd_main.c index 8919697d6..0ad0b2850 100644 --- a/src/cmnds/cmd_main.c +++ b/src/cmnds/cmd_main.c @@ -958,7 +958,7 @@ void CMD_Init_Early() { //cmddetail:"examples":""} CMD_RegisterCommand("DeepSleep", CMD_DeepSleep, NULL); //cmddetail:{"name":"PowerSave","args":"[Optional 1 or 0, by default 1 is assumed]", - //cmddetail:"descr":"Enables dynamic power saving mode on Beken N/T, BL602, W600, W800 and LN882H. In the case of LN882H PowerSave will not work as a startup command, so use in autoexec. On LN882H PowerSave 1 = light sleep and Powersave >1 (eg PowerSave 2) = deeper sleep. On LN882H PowerSave 1 should be used if BL0937 metering is present. On all supported platforms PowerSave 0 can be used to disable power saving.", + //cmddetail:"descr":"Enables dynamic power saving mode on all platforms with the exception of TR6260. On LN882H PowerSave 1 = light sleep and Powersave >1 (eg PowerSave 2) = deeper sleep. On LN882H PowerSave 1 should be used if BL0937 metering is present. On all supported platforms PowerSave 0 can be used to disable power saving.", //cmddetail:"fn":"CMD_PowerSave","file":"cmnds/cmd_main.c","requires":"", //cmddetail:"examples":""} CMD_RegisterCommand("PowerSave", CMD_PowerSave, NULL);