Page 1 of 1
power saving mode
Posted: 28 Jan 2014 17:04
by Ankit
Is it possible to turn on or off power saving mode at an specified time..
Re: power saving mode
Posted: 28 Jan 2014 19:36
by Martin
Power-saving mode is a Samsung specific extension so there is no comfortable built-in action to switch it.
You can use the more general action Set System Setting with category System, name psm_switch and value 1 to turn power-saving mode on and value 0 to turn it off.
Please be carful when using this action and verify the settings before you execute the action. You also need to select the I have verified the setting... before you can execute the action.
Flows could look like this:
Flow1
-trigger Time: everyday 7:00
-action Set System Setting: System psm_switch to 0
Flow2
-trigger Time: everyday 22:00
-action Set System Setting: System psm_switch to 1
Regards,
Martin
Re: power saving mode
Posted: 29 Jan 2014 09:55
by Ankit
Thanx martin
It worked perfectly.