mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2025-01-10 06:33:21 +01:00
revert
This commit is contained in:
parent
2686b9c7c5
commit
1c24a15acd
2 changed files with 1 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.4.8"
|
__version__ = "4.4.9"
|
||||||
__codename__ = "Yeast Starter"
|
__codename__ = "Yeast Starter"
|
||||||
|
|
||||||
|
|
|
@ -40,13 +40,6 @@ class SystemHttpEndpoints:
|
||||||
else:
|
else:
|
||||||
spindledata = False
|
spindledata = False
|
||||||
|
|
||||||
try:
|
|
||||||
plugin_list = await self.cbpi.plugin.load_plugin_list("cbpi4spindle")
|
|
||||||
version= plugin_list[0].get("Version", "not detected")
|
|
||||||
except:
|
|
||||||
version="not detected"
|
|
||||||
|
|
||||||
|
|
||||||
return web.json_response(data=dict(
|
return web.json_response(data=dict(
|
||||||
actor=self.cbpi.actor.get_state(),
|
actor=self.cbpi.actor.get_state(),
|
||||||
fermenter=self.cbpi.fermenter.get_state(),
|
fermenter=self.cbpi.fermenter.get_state(),
|
||||||
|
|
Loading…
Reference in a new issue