Skip to content

Commit

Permalink
update syncer-live to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thedist authored and github-actions[bot] committed Aug 12, 2023
1 parent a76c924 commit 3da7057
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syncer-live/.build-info
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MODULE_NAME=syncer-live
GIT_REF=v1.0.0
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/5840966354
UPDATE_DATE=2023-08-12
7 changes: 7 additions & 0 deletions syncer-live/companion/HELP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# companion-module-syncer-live

This module can be used to remotely hide and show instances of [syncer.live](https://syncer.live).

To use the module set the remote group id when creating your syncer. Then set your buttons to the same group id.

It's recommended to create a feedback with the same group id to show the current state of the syncer.
1 change: 1 addition & 0 deletions syncer-live/companion/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":"syncer-live","name":"syncer-live","shortname":"syncer-live","description":"Remotely control syncer.live","version":"1.0.0","license":"MIT","repository":"git+https://github.com/bitfocus/companion-module-syncer-live.git","bugs":"https://github.com/bitfocus/companion-module-syncer-live/issues","maintainers":[{"name":"Tobias Messner","email":"tobias@zusor.io"}],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.4.1","entrypoint":"../main.js"},"legacyIds":[],"manufacturer":"Zusor","products":["Syncer.live"],"keywords":["sync"]}
2 changes: 2 additions & 0 deletions syncer-live/main.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions syncer-live/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* cookie
* Copyright(c) 2012-2014 Roman Shtylman
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
1 change: 1 addition & 0 deletions syncer-live/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"syncer-live","version":"1.0.0","license":"MIT","type":"commonjs","dependencies":{}}

0 comments on commit 3da7057

Please sign in to comment.