sinricpro 2.11.2 → 2.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/sinrcpro.js +1 -1
  2. package/package.json +1 -1
package/lib/sinrcpro.js CHANGED
@@ -15,7 +15,7 @@ const sdkVersion = require('./../package.json').version;
15
15
 
16
16
  class SinricPro extends Websocket {
17
17
  constructor(appkey, deviceids, secretKey, restoreStates) {
18
- super("wss://testws.sinric.pro", {
18
+ super("wss://ws.sinric.pro", {
19
19
  headers: {
20
20
  appkey,
21
21
  deviceids: deviceids.join(';'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinricpro",
3
- "version": "2.11.2",
3
+ "version": "2.11.3",
4
4
  "description": "Sinric Pro Nodejs SDK",
5
5
  "main": "index.js",
6
6
  "repository": {