Linux PYTHON CLASSES (or other way) to interact with CEC managed by kodi
#1
Hi all, 
I'm coding a google assistant app to interact with kodi, in python. So I'm looking for the python functions/calsses to manage/wake up (I think through libCEC) television from a stand-by status. 
Thanks for your support.
Reply
#2
https://codedocs.xyz/xbmc/xbmc/page__lis...tions.html

See CEC builtins. Builtins are called from python using xbmc.executebuiltin()
Reply
#3
(2020-05-09, 00:06)enen92 Wrote: https://codedocs.xyz/xbmc/xbmc/page__lis...tions.html

See CEC builtins. Builtins are called from python using xbmc.executebuiltin()

Many thanks, with your suggestion I identified the solution --> kodi-send --action='CECActivateSource'

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
PYTHON CLASSES (or other way) to interact with CEC managed by kodi0