An open API service indexing awesome lists of open source software.

https://github.com/bucherfa/rob-der-meister


https://github.com/bucherfa/rob-der-meister

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# rob the master

## example commands

color control interval

```json
{
"intervals": [1000, 500],
"colors": [
{
"R": 255, "G": 255, "B": 0, "A": 255,
"IsKnownColor": true,
"IsEmpty": false,
"IsNamedColor": true,
"IsSystemColor": false,
"Name": "Yellow"
},
{"R": 0, "G": 0, "B": 0, "A": 255,
"IsKnownColor": true,
"IsEmpty": false,
"IsNamedColor": true,
"IsSystemColor": false,
"Name": "Black"
}
],
"side": 0,
"type": 3
}
```