node-red-contrib-alice 2.3.4 → 2.3.5

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.
@@ -92,7 +92,7 @@ module.exports = (RED) => {
92
92
  axios_1.default.request({
93
93
  timeout: 5000,
94
94
  method: 'POST',
95
- url: 'https://state.nodered-home.ru/gtw/device/state',
95
+ url: 'https://api.nodered-home.ru/gtw/device/state',
96
96
  headers: {
97
97
  'content-type': 'application/json',
98
98
  'Authorization': "Bearer " + service.getToken()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-alice",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "start": "npm run build && node-red",
@@ -110,7 +110,7 @@ export = (RED: NodeAPI): void => {
110
110
  axios.request({
111
111
  timeout: 5000,
112
112
  method: 'POST',
113
- url: 'https://state.nodered-home.ru/gtw/device/state',
113
+ url: 'https://api.nodered-home.ru/gtw/device/state',
114
114
  headers: {
115
115
  'content-type': 'application/json',
116
116
  'Authorization': "Bearer " + service.getToken()