Source code for switchbot_utility.switchbot_robot_vacuum_cleaner_s1_plus

from .switchbot_robot_vacuum_cleaner_s1 import SwitchbotRobotVacuumCleanerS1


[docs]class SwitchbotRobotVacuumCleanerS1Plus(SwitchbotRobotVacuumCleanerS1): """Switchbot Vacuum Cleaner S1 Plus class""" def __init__(self, deviceId): """Constructor""" super().__init__(deviceId)