JSPM

  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q62830F
  • License MIT

[🚧 alpha-testing 🚧] Set of node-red nodes for calling the grocy api

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kiwikid/node-red-contrib-grocy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    (Not working yet - Early days on this project, aiming at setting and listing Tasks first)

    npm version

    Install [🚧 alpha-testing 🚧]

    # navigate to node red instance and run:
    yarn add @kiwikid/node-red-contrib-grocy

    Publish

    yarn pre:publish
    npm publish

    There are currently 3 nodes supported:

    get-entities - The generic get entity endpoint (entity_type is configurable via node, filters via payload) complete-chore - For a given chore_id, complete the chore complete-task - For a given task_id, complete the task