Andrii Rudenko

Results 2 comments of Andrii Rudenko

did you try https://github.com/kmullin/resque-sliders#resque-web-integration ?

It can be helpful, here is a workaround https://github.com/kolobock/homebridge-overda-uranus/blob/main/src/overda/customCharacteristic.ts#L8-L10 used in another plugin. This uses something different approach of exporting with require https://github.com/kolobock/homebridge-overda-uranus/blob/main/src/platform.ts#L7 and then extending existing Characteristic with a...