sinricpro / nodejs-sdk

Nodejs library for https://sinric.pro
11 stars 7 forks source link

added SinricProActionsObservable #5

Closed unrealmanu closed 3 years ago

unrealmanu commented 3 years ago

add SinricProActionsObservable, is the same of SinricProActions, but wrapped with rxjs Observable. First emission on sync connection, observable complete on disconnect.

fixed lint with eslint --fix ./

added simple-example-observable.js

thegoliathgeek commented 3 years ago

@unrealmanu Thanks for the update. Will go through it once.