divoom 0.1.42

Rust API for controlling divoom devices, like pixoo.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Execute commands from list

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

This API will generate requests like below:

```json
{
  "Command":"Draw/CommandList",
  "CommandList": [
    {
      "Command":"Device/SetUTC",
      "Utc": 1672416000
    }
  ]
}
```