Source code for switchbot_utility.switchbot_ir_device
from .onoff_mixin import OnOffMixin
[docs]class SwitchbotIrDevice(OnOffMixin):
"""Switchbot virtual ir device"""
def __init__(self, deviceId):
"""Constructor"""
super().__init__(deviceId)