Source code for switchbot_utility.switchbot_meter_plus
from .switchbot_meter import SwitchbotMeter
[docs]class SwitchbotMeterPlus(SwitchbotMeter):
"""Switchbot Meter Plus class"""
def __init__(self, deviceId):
super().__init__(deviceId)