From dfe883a8d5a895ce1925eb0067aa56f23437da28 Mon Sep 17 00:00:00 2001 From: AutoMirror Bot Date: Sat, 13 Jul 2024 02:09:26 +0000 Subject: [PATCH] Auto-Update wiki pages --- The-VDR-Plugin-System.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/The-VDR-Plugin-System.md b/The-VDR-Plugin-System.md index a3a597a..8eb3935 100644 --- a/The-VDR-Plugin-System.md +++ b/The-VDR-Plugin-System.md @@ -2089,6 +2089,17 @@ new cMyDeviceHook; and shall not delete this object. It will be automatically deleted when the program ends. +

+Power management +

+A device that can be put into a power save mode can implement the function + +

+virtual void SetPowerSaveMode(bool On);
+
+ +If On is true, power save mode shall be activated, if it is false, +normal operating mode shall be restored.

Positioners