diff --git a/pi_display_webthing/display_webthing.py b/pi_display_webthing/display_webthing.py index b46e11d..8833e0e 100644 --- a/pi_display_webthing/display_webthing.py +++ b/pi_display_webthing/display_webthing.py @@ -9,7 +9,7 @@ class DisplayWebThing(Thing): # regarding capabilities refer https://iot.mozilla.org/schemas # there is also another schema registry http://iotschema.org/docs/full.html not used by webthing - def __init__(self, name: str, description: str, lcd: Lcd): + def __init__(self, name: str, description: str, lcd: BaseCharLCD): Thing.__init__( self, 'urn:dev:ops:lcddisplay-1',