You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
johannrichard
changed the title
[FIX] Switch Characteristics code to promise based functions
[FIX] Switch Characteristics code to promise-based functions
Dec 29, 2022
Describe the enhancement
Consider using the promise-based Characteristic.onGet and Characteristic.onSet method instead of the current
Characteristic.on
methods.Examples and context
homebridge-dingz/src/dingzAccessory.ts
Lines 339 to 342 in f724931
Additional context
See Homebridge Characteristics documentation.
The text was updated successfully, but these errors were encountered: