Closed johnwalicki closed 1 year ago
I tested on my local Node-RED instance and the error is resolved with this patch.
@otaviojr - When you return from your holiday break, can you take a look at my PR? It fixes this problem. Would like to see it merged upstream so I can move off my private fork.
John,
I managed to merge your code.
Sorry about the delay.
Thanks for helping!
An amazing 2023 for you with lots of code! :-)
regards, Otávio Ribeiro
On 16/12/2022 15:29, John Walicki wrote:
@otaviojr https://github.com/otaviojr - When you return from your holiday break, can you take a look at my PR? It fixes this problem. Would like to see it merged upstream so I can move off my private fork.
— Reply to this email directly, view it on GitHub https://github.com/otaviojr/node-red-contrib-smartthings/issues/90#issuecomment-1355384921, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWMITMTJJIGPCPAOKV6WZLWNSYJXANCNFSM6AAAAAAS2AT5W4. You are receiving this because you were mentioned.Message ID: @.***>
The Thermostat node is failing with an error that the
thermostat
capability is not a valid value.I checked the SmartThings Documentation and see that the
capability
should bethermostatHeatingSetPoint
I have prepared a PR which fixes the
capability
for the various Thermostat capabilities. The PR modifies thesmartthings/smartthings-thermostat.js
file.