Merge branch 'main' of https://git.oki.cx/dagger/bell-system
This commit is contained in:
commit
32e6237680
12
README.md
12
README.md
@ -1,16 +1,19 @@
|
|||||||

|

|
||||||
# What is bell system
|
# What is bell system
|
||||||
|
|
||||||
Go based bell system that connects to AXIS Horns via the built in API
|
Go based bell system that connects to AXIS Horns & Speakers via the built in API
|
||||||
|
|
||||||
# Why?
|
# Why?
|
||||||
The included legacy software has its quirks and we didn't want to use their cloud software
|
The included legacy software has its quirks and we didn't want to use their cloud software.
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
* [Setup](#setup)
|
* [Setup](#setup)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Config file example
|
Config file example
|
||||||
|
|
||||||
|
You will need to create a config.yaml file inside the same directory as the .exe
|
||||||
|
|
||||||
```
|
```
|
||||||
# Time Config (Format: 15:04:05)
|
# Time Config (Format: 15:04:05)
|
||||||
times:
|
times:
|
||||||
@ -20,6 +23,9 @@ times:
|
|||||||
- "09:40:00"
|
- "09:40:00"
|
||||||
|
|
||||||
# AXIS Horn Config
|
# AXIS Horn Config
|
||||||
horn: "http://horn-ip/axis-cgi/playclip.cgi?location=sound.mp3&repeat=0&volume=100&audiooutput=1"
|
horn:
|
||||||
|
url: "https://horn-ip/axis-cgi/playclip.cgi?location=soundtoplay.mp3&repeat=0&volume=100&audiooutput=1"
|
||||||
|
username: "username"
|
||||||
|
password: "password"
|
||||||
|
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user