Search found 1 match

by Tuxxie
Wednesday 21 May 2014 22:01
Forum: LUA
Topic: Checking Dreambox state
Replies: 35
Views: 16577

Re: Checking Dreambox state

Hi You can also run the shell script (in a cronjob) on the dreambox and check the contents of "/proc/stb/lcd/oled_brightness" be. At my Dreambox this file returns '25' when in standby and '102' when actived (e.g. tuned to a TV channel). Example code below: if [[ `cat /proc/stb/lcd/oled_brightness ...