craftbeerpi4-pione/cbpi/http_endpoints
avollkopf b3d87bc027 Added api path for recipe creation
- Added path parameter in config.json for settings
- If empty, 'upload' will be used per default as api path
- If something is entered, a different api path will be used for the creation of recipes.
-> this allows the standard usage of the recipe upload and selection via cbpi4, but adds the possibility that custom plugins can be written to create cbpi recipe flows from the uploaded files
*********************
+ some prep work to create the http endpoints
2021-05-30 11:58:18 +02:00
..
__init__.py setuptools added 2019-01-05 20:43:48 +01:00
http_actor.py "recipe book added" 2021-02-27 20:09:19 +01:00
http_config.py "added dataclassed" 2021-02-16 20:37:51 +01:00
http_dashboard.py "mqtt added" 2021-03-14 11:52:46 +01:00
http_kettle.py "added dataclassed" 2021-02-16 20:37:51 +01:00
http_log.py "recipe book added" 2021-02-27 20:09:19 +01:00
http_login.py changes in plugin controller 2019-07-31 07:58:54 +02:00
http_notification.py "notificaton added" 2021-03-07 22:11:25 +01:00
http_plugin.py log controller added 2019-08-05 20:51:20 +02:00
http_recipe.py Save active recipe to recipe book 2021-05-27 20:35:10 +02:00
http_sensor.py "added dataclassed" 2021-02-16 20:37:51 +01:00
http_step.py Added api path for recipe creation 2021-05-30 11:58:18 +02:00
http_system.py sensor methods added 2021-02-06 00:40:55 +01:00
http_upload.py Added api path for recipe creation 2021-05-30 11:58:18 +02:00