divoom 0.1.42

Rust API for controlling divoom devices, like pixoo.
Documentation
## Get all settings

Official doc: <http://doc.divoom-gz.com/web/#/12?page_id=243>

Sample response:

```json
{
  "error_code": 0,
  "Brightness":100,
  "RotationFlag":1,
  "ClockTime":60,
  "GalleryTime":60,
  "SingleGalleyTime":5,
  "PowerOnChannelId":1,
  "GalleryShowTimeFlag":1,
  "CurClockId":1,
  "Time24Flag":1,
  "TemperatureMode":1,
  "GyrateAngle":1,
  "MirrorFlag":1,
  "LightSwitch":1
}
```