https://github.com/bucherfa/rob-der-meister
https://github.com/bucherfa/rob-der-meister
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bucherfa/rob-der-meister
- Owner: bucherfa
- Created: 2021-10-26T17:41:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T09:41:02.000Z (over 4 years ago)
- Last Synced: 2025-02-26T21:15:15.701Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
}
```