Source code for switchbot_utility.switchbot_ceiling_light_pro
from .switchbot_ceiling_light import SwitchbotCeilingLight
[docs]class SwithbotCeilingLightPro(SwitchbotCeilingLight):
"""Switchbot Ceiling Light class"""
def __init__(self, deviceId):
"""Constructor"""
super().__init__(deviceId)