Skip to content

Commit 8e5c5f2

Browse files
committed
refactor module; add variables, feedbacks, presets, more functions
1 parent 230941d commit 8e5c5f2

File tree

8 files changed

+766
-251
lines changed

8 files changed

+766
-251
lines changed

HELP.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,26 @@ Create a enter pin action and fill in the pin code, run the action
1010

1111
It should be paired now (you can see it on the device)
1212

13-
This module supports;
13+
This module supports:
1414

1515
* Pairing the device
16-
* Power on/off
16+
* Power On/Off/Toggle
1717
* Changing the input
18-
* Adjusting volume and mute status
18+
* Adjusting volume and mute status
19+
20+
Feedbacks:
21+
22+
* Current Power State
23+
24+
Variables:
25+
26+
* Information/Status
27+
* Current Power State
28+
* Current Input Selected
29+
* Cast Name
30+
* Serial Number
31+
* Model Name
32+
* Version
33+
* Cast Version
34+
* SCPL Version
35+
* Resolution

index.js

Lines changed: 0 additions & 246 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vizio-smartcast",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"api_version": "1.0.0",
55
"keywords": [
66
"TV"
@@ -9,11 +9,14 @@
99
"product": "SmartCast",
1010
"shortname": "smartcast",
1111
"description": "VIZIO SmartCast plugin for Companion",
12-
"main": "index.js",
12+
"main": "src/index.js",
1313
"scripts": {
1414
"test": "echo \"Error: no test specified\" && exit 1"
1515
},
1616
"author": "Jeffrey Davidsz <[email protected]>",
17+
"contributors": [
18+
"Joseph Adams <[email protected]>"
19+
],
1720
"license": "MIT",
1821
"dependencies": {
1922
"vizio-smart-cast": "^1.3.0"

0 commit comments

Comments
 (0)