Skip to content

Commit

Permalink
update novastar-switcher to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored and github-actions[bot] committed Sep 23, 2024
1 parent 73f640e commit 922cd13
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions novastar-switcher/.build-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MODULE_NAME=novastar-switcher
GIT_REF=v1.2.1
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/7413817596
UPDATE_DATE=2024-01-04
GIT_REF=v1.3.0
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/11002066440
UPDATE_DATE=2024-09-23
10 changes: 10 additions & 0 deletions novastar-switcher/companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@ This module will allow you to control the following Nuowaxingyun products: N10,
- Freeze
- Preset
- Preset Destination
- Screens
- Layers
- Sources
- SwapCopy
- MatchPgm
- Take Time-
- Take Time+
- Mapping

**Available Feedbacks:**

- FTB Status Detection
- Freeze Status Detection
- PGM Status Detection
- SwapCopy Status Detection
- Mapping Status Detection
2 changes: 1 addition & 1 deletion novastar-switcher/companion/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"novastar-switcher","name":"novastar-switcher","shortname":"switcher","description":"Companion module for Nuowaxingyun Switcher Devices","version":"1.2.1","license":"MIT","repository":"git+https://github.com/bitfocus/companion-module-novastar-switcher.git","bugs":"https://github.com/bitfocus/companion-module-novastar-switcher/issues","maintainers":[{"name":"NovastarQQ","email":"qiqi@novastar.tech"}],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.5.1","entrypoint":"../main.js"},"legacyIds":["novastar-unico","novastar-d12"],"manufacturer":"Nuowaxingyun","products":["N10","N20","D12","D32"],"keywords":["Nuowaxingyun","Novastar"]}
{"id":"novastar-switcher","name":"novastar-switcher","shortname":"switcher","description":"Companion module for Nuowaxingyun Switcher Devices","version":"1.3.0","license":"MIT","repository":"git+https://github.com/bitfocus/companion-module-novastar-switcher.git","bugs":"https://github.com/bitfocus/companion-module-novastar-switcher/issues","maintainers":[{"name":"NovaStar","email":"software@novastar.tech"}],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.5.1","entrypoint":"../main.js"},"legacyIds":["novastar-unico","novastar-d12"],"manufacturer":"NovaStar","products":["N10","N20","D12","D32"],"keywords":["Nuowaxingyun","NovaStar"]}
3 changes: 2 additions & 1 deletion novastar-switcher/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions novastar-switcher/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
2 changes: 1 addition & 1 deletion novastar-switcher/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"novastar-switcher","version":"1.2.1","license":"MIT","type":"commonjs","dependencies":{}}
{"name":"novastar-switcher","version":"1.3.0","license":"MIT","type":"commonjs","dependencies":{}}

0 comments on commit 922cd13

Please sign in to comment.