Skip to content
Snippets Groups Projects
  1. Nov 26, 2024
  2. Nov 25, 2024
  3. Nov 24, 2024
  4. Nov 23, 2024
  5. Nov 13, 2024
    • KERDREUX Jerome's avatar
      Fix a type issue on color lamp · fc6432a0
      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
  6. Nov 06, 2024
Loading