Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.19 KB

README_en.MD

File metadata and controls

23 lines (19 loc) · 1.19 KB

node-red-contrib-freebox

This package add nodes to get data from freebox API. The documentation for all freebox api are available here.

Included nodes :

  • lan browser (call /lan/browser/pub)

  • connection (call /connection)

  • api (used to make a call to any endpoint with the parameter url or msg.url)

  • poll (used to make a call every x milliseconds to any endpoint)

Installation

cd ~/.node-red
npm install node-red-contrib-freebox

On the first run of the node you'll need to add a connection to the server. When done, it will ask for application authorization on the freebox server. You'll have 30 seconds to authorize the application. In case of timeout, another request will be done.

Credits

Based on :