Niklas Sauter
Niklas Sauter
Some attributes in the `sensor::State` struct are missing due to incomplete documentation in the [Sensors API](https://developers.meethue.com/develop/hue-api/5-sensors-api/).
More information: https://developers.meethue.com/develop/application-design-guidance/hue-bridge-discovery/#mDNS
Some variants in the `light::SoftwareUpdateState` enum are missing due to incomplete documentation in the [Lights API](https://developers.meethue.com/develop/hue-api/lights-api). This can prevent deserialization of `Light` and return a `ParseJson` error.
Add support for connecting to the bridge via the [Remote API](https://developers.meethue.com/develop/hue-api/remote-api-quick-start-guide).
```elisp (cl-loop for x from 1 to (buffer-size) do (put-text-property x (+ x 1) 'font-lock-face `(:height ,(+ 100 (random 50))))) ``` It doesn't update when modifying the buffer and also...