Req access to idle shutdown timer from python
#1
I would like to access the idle shutdown timer set under the power saving tab in settings from a addon the same way you can access alarm timers.
example
Code:
xbmc.getCondVisibility('System.HasAlarm(shutdowntimer)')
and
Code:
xbmc.getCondVisibility('System.AlarmLessOrEqual(shutdowntimer,300)')
It's my understanding that this timer is not an alarm and cannot be accessed.
Reply
#2
should be possible via json
Reply
#3
I looked at the json api but couldn't find anything that would access how much time is on the sleep timer. Could you nudge be a little closer to what I'm looking for?
Reply

Logout Mark Read Team Forum Stats Members Help
access to idle shutdown timer from python0