Skip to content
Snippets Groups Projects
  1. Jan 27, 2025
  2. Nov 23, 2024
  3. Nov 22, 2024
    • KERDREUX Jerome's avatar
      Refactoring in progress · d8b826ca
      KERDREUX Jerome authored
      Move the XAALDevice.setup() to XAALInterface, and call it after device
      creation
      d8b826ca
    • KERDREUX Jerome's avatar
      Add support for current / volt · 053578f6
      KERDREUX Jerome authored
      Unlike other gateway, I didn't hack the power-meter to embbed current
      and voltage.. not really sure about this. Chris doesn't like the embbed
      stuff.. that's why this time, I will ask him an volt/amp-meter schema.
      ;)
      053578f6
  4. Nov 21, 2024
  5. Nov 20, 2024
  6. Nov 19, 2024
  7. Nov 18, 2024
  8. Nov 17, 2024
  9. Nov 16, 2024
  10. Nov 13, 2024
    • KERDREUX Jerome's avatar
      Switch white temperature and brightness to int · 37666654
      KERDREUX Jerome authored
      Dropped the convertFloat64 for white_temperature and brightness. The
      code is cleaner.
      37666654
    • KERDREUX Jerome's avatar
      Fix the unknown type · 0a1281e3
      KERDREUX Jerome authored
      Cbor return an interface{} for everything, casting to uint64 or float64
      is wrong due to the fact that xAAL schemas support both (even int is
      possible). So recast everything to float64 and deal w/ that.
      
      float64 mainly because colorful use float64 for everything, so as
      brightness is Z in yxz format...
      0a1281e3
  11. Nov 11, 2024
  12. Nov 09, 2024
  13. Nov 08, 2024
  14. Nov 07, 2024
  15. Nov 05, 2024
  16. Nov 04, 2024
  17. Nov 03, 2024
Loading