mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Auto-Update wiki pages
parent
d8711032fa
commit
dfe883a8d5
@ -2089,6 +2089,17 @@ new cMyDeviceHook;
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
and shall not delete this object. It will be automatically deleted when the program ends.
|
and shall not delete this object. It will be automatically deleted when the program ends.
|
||||||
|
<p>
|
||||||
|
<b>Power management</b>
|
||||||
|
<p>
|
||||||
|
A device that can be put into a power save mode can implement the function
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
virtual void SetPowerSaveMode(bool On);
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
If On is true, power save mode shall be activated, if it is false,
|
||||||
|
normal operating mode shall be restored.
|
||||||
|
|
||||||
<hr><h2>Positioners</h2>
|
<hr><h2>Positioners</h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user