1
0
Fork 0
mirror of https://github.com/PiBrewing/craftbeerpi4.git synced 2025-03-29 10:48:59 +01:00
craftbeerpi4-pione/core/api/sensor.py
2018-12-08 14:21:00 +01:00

9 lines
No EOL
182 B
Python

from core.api.extension import CBPiExtension
class CBPiSensor(CBPiExtension):
async def run(self, cbpi):
print("RUN NOT IMPLEMENTED")
def state(self):
pass