power saving mode
Moderator: Martin
power saving mode
Is it possible to turn on or off power saving mode at an specified time..
Re: power saving mode
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
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
Thanx martin
It worked perfectly.
It worked perfectly.