Skip to content

Commit

Permalink
Merge pull request #9 from bitfocus/v3
Browse files Browse the repository at this point in the history
Companion v3 upgrade
  • Loading branch information
krocheck authored Mar 5, 2023
2 parents 200ebc7 + 92636aa commit 322ceaa
Show file tree
Hide file tree
Showing 21 changed files with 3,351 additions and 1,292 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/pkg
/pkg.tgz
node_modules/
yarn-error.log
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package.json
*/package.json
pkg/
dist/
/LICENSE.md
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# companion-module-bmd-smartview
See HELP.md and LICENSE

See HELP.md and LICENSE
134 changes: 0 additions & 134 deletions actions.js

This file was deleted.

31 changes: 17 additions & 14 deletions HELP.md → companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@
This module will connect to Blackmagic Design SmartView and SmartScope devices.

### Configuration
* Type in the device IP address.
* The device will communicate over port 9992.

- Type in the device IP address.
- The device will communicate over port 9992.

### Available actions and feedbacks (model dependent)
* Brightness
* Contrast
* Saturation
* Identify 15 Sec
* Border
* Scope Function
* Audio Channels
* Set LUT
* Select Input

- Brightness
- Contrast
- Saturation
- Identify 15 Sec
- Border
- Scope Function
- Audio Channels
- Set LUT
- Select Input

### Available variables (model dependent)
* Brightness
* Contrast
* Saturation

- Brightness
- Contrast
- Saturation
26 changes: 26 additions & 0 deletions companion/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"id": "bmd-smartview",
"name": "bmd-smartview",
"shortname": "smart",
"description": "bmd-smartview",
"version": "2.0.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-bmd-smartview.git",
"bugs": "https://github.com/bitfocus/companion-module-bmd-smartview/issues",
"maintainers": [
{
"name": "Keith Rocheck",
"email": "keith.rocheck@gmail.com"
}
],
"legacyIds": [],
"runtime": {
"type": "node18",
"api": "nodejs-ipc",
"apiVersion": "0.0.0",
"entrypoint": "..\\src\\index.js"
},
"manufacturer": "Blackmagic Design",
"products": ["SmartView", "SmartScope"],
"keywords": ["Scope", "Monitor"]
}
Loading

0 comments on commit 322ceaa

Please sign in to comment.