Source code for caspia.meadow.services.display
from .base import Characteristic, ServiceBase
[docs]class DisplayBase(ServiceBase):
""" Represents fully controlable display. """
type = 'display'
update = Characteristic('json', 'W')
from .base import Characteristic, ServiceBase
[docs]class DisplayBase(ServiceBase):
""" Represents fully controlable display. """
type = 'display'
update = Characteristic('json', 'W')