mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 14:38:15 +01:00
removes unnecessary comments previously used as ToDo-List
This commit is contained in:
parent
955409d81a
commit
819c9f33b9
1 changed files with 0 additions and 7 deletions
|
@ -13,13 +13,6 @@ import base64
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# ToDo:
|
||||
# - make log_data(id, value) to use id explicitly so there is no abiguity
|
||||
# - create data legend for listener method call parameters including id, value, timestamp, name, cleanname
|
||||
# - clean up data preperations for universal use
|
||||
# - move influxDB logic to the plugin
|
||||
# -
|
||||
|
||||
class SensorLogTargetInfluxDB(CBPiExtension):
|
||||
|
||||
def __init__(self, cbpi): # called from cbpi on start
|
||||
|
|
Loading…
Reference in a new issue