craftbeerpi4-pione/core/api/sensor.py

11 lines
184 B
Python
Raw Normal View History

2018-11-01 21:25:42 +01:00
from core.api.extension import CBPiExtension
class CBPiSensor(CBPiExtension):
2018-11-01 19:50:04 +01:00
2018-11-18 15:40:10 +01:00
async def run(self, cbpi):
print("RUN NOT IMPLEMENTED")
2018-11-01 19:50:04 +01:00
def state(self):
pass