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)
Install
[🚧 beta-testing 🚧]
# navigate to node red instance and run:
yarn add @kiwikid/node-red-contrib-grocyOR 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 payloadPublish
yarn pre:publish
npm publish