Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacebro/siudi7-bro
https://github.com/spacebro/siudi7-bro
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacebro/siudi7-bro
- Owner: spacebro
- Created: 2019-08-09T10:26:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T12:10:46.000Z (over 1 year ago)
- Last Synced: 2024-11-21T04:11:39.981Z (2 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# siudi7-bro
## configuration
Each `event` item contains the event name to listen to and the corresponding scene and page indexes.
Example:
```json
{
"udp": {
"host": "192.168.1.60",
"port": 41234
},
"events": [
{
"name": "first",
"scene": "01",
"page": "00"
}, {
"name": "second",
"scene": "02",
"page": "00"
}, {
"name": "third",
"scene": "03",
"page": "00"
}
]
}
```