sinricpro 2.2.7 → 2.2.8

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/cbhandler.js +1 -1
  2. package/package.json +1 -1
package/lib/cbhandler.js CHANGED
@@ -94,7 +94,7 @@ const handlePayload = (client, payload, signature, callbacks) => verifySignature
94
94
  console.log(err.message);
95
95
  });
96
96
  } else if (action === 'targetTemperature') {
97
- return ThermoStatTemp(payload, callbacks)
97
+ return ThermoStatTemperature(payload, callbacks)
98
98
  .then((value) => jsonResponse(client, payload, value))
99
99
  .catch((err) => {
100
100
  console.log(err.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinricpro",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "Sinric Pro Nodejs SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {