25 lines
571 B
Markdown
25 lines
571 B
Markdown

|
|
# What is bell system
|
|
|
|
Go based bell system that connects to AXIS Horns via the built in API
|
|
|
|
# Why?
|
|
The included legacy software has its quirks and we didn't want to use their cloud software
|
|
|
|
## Table of contents
|
|
* [Setup](#setup)
|
|
|
|
## Setup
|
|
Config file example
|
|
```
|
|
# Time Config (Format: 15:04:05)
|
|
times:
|
|
- "08:10:00"
|
|
- "08:20:00"
|
|
- "09:00:00"
|
|
- "09:40:00"
|
|
|
|
# AXIS Horn Config
|
|
horn: "http://horn-ip/axis-cgi/playclip.cgi?location=sound.mp3&repeat=0&volume=100&audiooutput=1"
|
|
|
|
``` |