Skip to content

Commit

Permalink
update sony-serialtally to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams authored and github-actions[bot] committed Nov 2, 2024
1 parent 2ac6e7d commit a5faeef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions sony-serialtally/.build-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MODULE_NAME=sony-serialtally
GIT_REF=v1.2.0
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/9896976215
UPDATE_DATE=2024-07-11
GIT_REF=v1.3.0
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/11646720890
UPDATE_DATE=2024-11-02
10 changes: 8 additions & 2 deletions sony-serialtally/companion/HELP.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## Sony XVS
## Sony Serial Tally

This module is for controlling Sony XVS video switchers/vision mixers.
This module is for controlling Sony video switchers/vision mixers that support the XVS serial tally protocol.

### Actions:

- XPT M/E
- XPT Aux
- Copy Aux
- Auto Transition M/E
- Key On/Off
- Recall Snapshot
- Macro Recall/Take
- Activate GPI/GPO
- Send Custom Command (if enabled)

### Feedbacks:

Expand All @@ -20,3 +22,7 @@ This module is for controlling Sony XVS video switchers/vision mixers.
### Variables

- M/E: Bus: Current Source
- Source: Name
- Aux: Current Source
- FM: Current Source
- GPI/GPO States
2 changes: 1 addition & 1 deletion sony-serialtally/companion/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"sony-serialtally","name":"Sony Serial Tally","shortname":"sony-switcher","description":"Control Sony video switchers/vision mixers using the serial tally protocol","version":"1.2.0","license":"MIT","repository":"git+https://github.com/bitfocus/companion-module-sony-serialtally.git","bugs":"https://github.com/bitfocus/companion-module-sony-serialtally/issues","maintainers":[{"name":"Joseph Adams","email":"josephdadams@gmail.com"}],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.7.1","entrypoint":"../main.js"},"legacyIds":[],"manufacturer":"Sony","products":["XVS 9000/8000/7000/6000","XVS-G1","MLS-X1"],"keywords":["vision mixer","video switcher","sony","serial","tally"]}
{"id":"sony-serialtally","name":"Sony Serial Tally","shortname":"sony-switcher","description":"Control Sony video switchers/vision mixers using the serial tally protocol","version":"1.3.0","license":"MIT","repository":"git+https://github.com/bitfocus/companion-module-sony-serialtally.git","bugs":"https://github.com/bitfocus/companion-module-sony-serialtally/issues","maintainers":[{"name":"Joseph Adams","email":"josephdadams@gmail.com"}],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.7.1","entrypoint":"../main.js"},"legacyIds":[],"manufacturer":"Sony","products":["XVS 9000/8000/7000/6000","XVS-G1","MLS-X1"],"keywords":["vision mixer","video switcher","sony","serial","tally"]}
2 changes: 1 addition & 1 deletion sony-serialtally/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sony-serialtally/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Sony Serial Tally","version":"1.2.0","license":"MIT","type":"commonjs","dependencies":{}}
{"name":"Sony Serial Tally","version":"1.3.0","license":"MIT","type":"commonjs","dependencies":{}}

0 comments on commit a5faeef

Please sign in to comment.