partofthething / infopanel

Show live data, animations, pictures, or anything on simple displays like RGB matrices
https://partofthething.com/infopanel/
GNU General Public License v3.0
31 stars 12 forks source link

Mode Setting #18

Closed SJoWie80 closed 4 years ago

SJoWie80 commented 4 years ago

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'

partofthething commented 4 years ago

Thanks for the report. I can fix that.

partofthething commented 4 years ago

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

SJoWie80 commented 4 years ago

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

tested it`s working well!

Thanks!

partofthething commented 4 years ago

:thumbsup: