Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pulse-Eight/libcec
/ ProcessCommandStandby
Method
ProcessCommandStandby
src/pyCecClient/pyCecClient.py:111–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
109
110
# send a standby command
111
def
ProcessCommandStandby(self):
112
self.lib.StandbyDevices(cec.CECDEVICE_BROADCAST)
113
114
# send a custom command
115
def
ProcessCommandTx(self, data):
Callers
1
MainLoop
Method · 0.95
Calls
1
StandbyDevices
Method · 0.45
Tested by
no test coverage detected