Skip to content
Snippets Groups Projects
  1. Nov 24, 2024
  2. Nov 23, 2024
  3. 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
  4. Nov 06, 2024
  5. Oct 09, 2024
  6. Oct 08, 2024
  7. Sep 26, 2024
  8. Sep 25, 2024
  9. Sep 19, 2024
  10. Sep 12, 2024
  11. Aug 19, 2024
  12. Jul 19, 2024
Loading