Skip to content

Commit 8f63aa2

Browse files
authored
Merge pull request #36 from AlexInABox/pain
version bump
2 parents 2137036 + d3451aa commit 8f63aa2

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"userName": "larry",
3+
"port": 3476,
4+
"timezone": "Europe/Amsterdam",
5+
"discordAppID": "1033806008008581240",
6+
"activateDiscordRPC": true,
7+
"activateWebhooks": false,
8+
"webhookURL": "https://discord.com/api/webhooks/<id>/<secret>",
9+
"heartRateMessageID": "<id>",
10+
"oxygenSaturationMessageID": "<id>",
11+
"pedoMeterMessageID": "<id>",
12+
"speedMessageID": "<id>",
13+
"focusStatusMessageID": "<id>",
14+
"forwardingDestination": "http://192.168.178.20:3476",
15+
"secretPass": ""
16+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-hds",
3-
"version": "2.0.3",
3+
"version": "2.1.6",
44
"main": "index.js",
55
"author": "alexinabox",
66
"license": "MIT",
@@ -15,4 +15,4 @@
1515
"path": "^0.12.7",
1616
"request": "^2.88.2"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)