generated from bitfocus/companion-module-template-js
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sanitizeHost by casting to url * make upgrade script * ensure ending slash * bump to v4.6.0 * unroll ternaries * makeURL function * use `makeURL` for all url needs * remove outdated help text
- Loading branch information
Showing
7 changed files
with
89 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
## Ontime Companion Module | ||
# Ontime Companion Module | ||
|
||
This module gives control over Ontime leveraging its [WebSockets API](https://docs.getontime.no/api/protocols/websockets/) | ||
|
||
### Requirements | ||
## Requirements | ||
|
||
- This module version requires Ontime v3 or above | ||
|
||
### Configuration | ||
- **Ontime server port** which is by default 4001. Keep in mind that this can be changed by the user | ||
## Links | ||
|
||
### Links | ||
You can download ontime from the website [www.getontime.no](https://www.getontime.no/) \ | ||
Read the docs at [http://docs.getontime.no](https://docs.getontime.no/) \ | ||
Follow Ontime's development on [GitHub](https://github.com/cpvalente/ontime) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters