partofthething/infopanel

Mode Setting

Closed this issue · 4 comments

mosquitto_pub -h 192.168.101.102 -m "blank" -t house/screen/mode
or
mosquitto_pub -h 192.168.101.102 -m "all" -t house/screen/mode

result in:
INFO:infopanel.driver:Applying mode: b'blank'
ERROR:infopanel.driver:Invalid mode: b'blank'
INFO:infopanel.driver:Applying mode: b'all'
ERROR:infopanel.driver:Invalid mode: b'all'

Thanks for the report. I can fix that.

Should be fixed with 93d4517. Can you try it out and see if fixed?

Should be fixed with 93d4517. Can you try it out and see if fixed?

tested it`s working well!

Thanks!