craftbeerpi4-pione/core/api/sensor.py
2018-11-18 15:40:10 +01:00

11 lines
No EOL
184 B
Python

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