RayPS / node-red-contrib-pushover

A Node-RED node to send Pushover notification
Other
17 stars 6 forks source link

glances API #2

Open dezral opened 6 years ago

dezral commented 6 years ago

Could we add https://pushover.net/api/glances

i use it with my apple watch in watch faces..

RayPS commented 6 years ago

Great! Added to the roadmap, also the subscription api and group api will be added.

dezral commented 6 years ago

nice.. would love a more clean looking node-red.. right now I go about it via exec/curl calling ;-).

RayPS commented 6 years ago

Yes, i was doing the same thing.

dezral commented 6 years ago

How about timestamp=**? i would like to control that part also

RayPS commented 6 years ago

No problem, i have no idea why i forgot to add timestamp

RayPS commented 6 years ago

Hey, what do you think the msg.payload should be use for, title,text or subtext?

RayPS commented 6 years ago

By the way timestamp is now added to the latest version 0.1.4

dezral commented 6 years ago

re: msg.payload if you mean with the glances API then "text"

RayPS commented 6 years ago

Glances is now on 0.1.5, you might want to try it and give feedback.

dezral commented 6 years ago

seems to work fine ;-).. thx.. you've just clean up my node-red a bit.