Skip to content

Commit

Permalink
Merge pull request #4 from Caleb-Wishart/master
Browse files Browse the repository at this point in the history
feat: Adds stream status Variable & Polling (+Code Reformat)
  • Loading branch information
josephdadams authored Aug 15, 2022
2 parents 9af11f0 + 1b1701a commit a934952
Show file tree
Hide file tree
Showing 14 changed files with 1,046 additions and 492 deletions.
6 changes: 5 additions & 1 deletion HELP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## AJA HELO

**Available commands**
**Supported Actions**

* Start/Stop Record
* Start/Stop Streaming
Expand All @@ -10,3 +10,7 @@
* Rename file with current timestamp - YYYYMMDD_HHMM

Check out the [AJA HELO Support Page](https://www.aja.com/products/helo#support) for firmware updates and hardware support.

**Variables & Polling**

This module supports polling the HELO REST API, and saves the response to certain states. Polling can be set to various options.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# companion-module-aja-helo

A [BitFocus Companion](https://bitfocus.io/companion/) module for interacting
with the AJA HELO Streaming/Recording/Delivery device.

See HELP.md and LICENSE

## Supported Actions

* Start/Stop Record
* Start/Stop Streaming
* Change recording profile
* Change streaming profile
* Rename file
* Rename file with current timestamp - YYYYMMDD_HHMM

Check out the [AJA HELO Support Page](https://www.aja.com/products/helo#support) for firmware updates and hardware support.

## Variables & Polling

This module supports polling the HELO REST API, and saves the response to certain states. Polling can be set to various options.
Loading

0 comments on commit a934952

Please sign in to comment.