Auto-Update wiki pages

AutoMirror Bot 2024-07-13 02:09:26 +00:00
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>