-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
70 lines (70 loc) · 2.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "iobroker.denon",
"version": "0.0.2",
"description": "Denon Adapter for ioBroker",
"author": {
"name": "Karl-Heinz Steffens",
"email": "[email protected]"
},
"contributors": [
{
"name": "Karl-Heinz Steffens",
"email": "[email protected]"
},
{
"name": "bluefox",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.onkyo",
"license": "MIT",
"keywords": [
"ioBroker",
"denon",
"homematic",
"home automation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.onkyo.git"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-replace": "~0.7.6",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.6.1",
"grunt-http": "~1.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-exec": "~0.4.5"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.onkyo/issues"
},
"main": "denon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dist": {
"shasum": "8c0c3f1fdb4285482a092d4a021e76e3bfab8410",
"tarball": "http://registry.npmjs.org/iobroker.onkyo/-/iobroker.onkyo-0.1.11.tgz"
},
"maintainers": [
{
"name": "bluefox",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "file:node_modules\\iobroker.denon",
"readme": "\r\n# ioBroker.denon\r\n\r\nThis adapter allows control of Onkyo AVRs using the EISCP protocol.\r\n\r\nIt uses node-eiscp: https://github.com/tillbaks/node-eiscp\r\n\r\nThe node-eiscp module parses raw EISCP messages into high-level\r\nstructured names like \"master-volume\", and the states will have those\r\nhigh level names, e.g. \"onkyo.0.master-volume\"\r\n\r\nFor sending commands, there is a special state \"command\". Writes to that state\r\ntrigger either an high-level EISCP command as described in the \"Command syntax\" section\r\nof https://github.com/tillbaks/node-eiscp like\r\n\r\n system-power=on\r\n zone2.power=on\r\n main.balance=3\r\n\r\nor a raw EISCP command in the form of \"PWR01\".\r\n\r\nAnother special state maintained by the adapter is \"connected\". It's a boolean\r\nshowing whether node-eiscp is currently connected to a receiver.\r\n\r\n\r\n### 0.0.1\r\n* (khst) initial version\r\n\r\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_shasum": "c50fd80fcfdb3e94183f22642ffd03cc00b06761",
"_from": "node_modules\\iobroker.denon",
"dependencies": {
"string": "^3.3.1",
"trim": "0.0.1"
}
}