Skip to content
Snippets Groups Projects
Select Git revision
  • fc6432a0ef15dfb4d9db2363dc344d0f9e669716
  • main default protected
  • py2-backport
  • tags/release-0.5_final
  • tags/release-0.4_final
  • tags/release-0.4_r2
  • tags/release-0.3
7 results

apps

jkerdreux-imt's avatar
KERDREUX Jerome authored
In the Python lamps, I used a trick to convert input to int.. temp =
int(white_temperature). But the dashboard was sending white_temperature
= '3000', yes a string and Py is ok w/ that. int('3000') = 3000

This fix the issue.
fc6432a0
History
Name Last commit Last update
..