power saving mode

Post your questions and help other users.

Moderator: Martin

Post Reply
Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

power saving mode

Post by Ankit » 28 Jan 2014 17:04

Is it possible to turn on or off power saving mode at an specified time..

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: power saving mode

Post by Martin » 28 Jan 2014 19:36

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

Ankit
Posts: 143
Joined: 11 Nov 2013 17:27

Re: power saving mode

Post by Ankit » 29 Jan 2014 09:55

Thanx martin
It worked perfectly.

Post Reply