JSPM

  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q61221F
  • License MIT

A 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

    (Early days on this project)

    npm version

    Install

    [🚧 beta-testing 🚧]

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

    OR Search:

    @kiwikid/node-red-contrib-grocy

    (under "Manage palette" > "Install")

    There are currently 4 nodes supported:

    get-entities - /objects/{entity_type}/{?entity_id} -  The generic get entity endpoint (entity_type is configurable via node, filters via payload, optional id)
    complete-chore - /chore/{chore_id}/execute - For a given chore_id, complete the chore
    complete-task - /tasks/{task_id}/complete - For a given task_id, complete the task
    🚧 edit-entity - /objects/{entity_type}/{objectId} - For a given {objectId} (of type {entity_type}), update based on the payload

    Publish

    yarn pre:publish
    npm publish