Switchbot_IOSensorTH management class Switchbot_WoIOSensorTHを管理するクラス

Hierarchy

Constructors

Properties

_peripheral: BleRemotePeripheral

Internally Used function for connection required devices

ondisconnect?: ((reason) => void)

Type declaration

    • (reason): void
    • Parameters

      • reason: any

      Returns void

Methods

  • Verify that the received peripheral is from the Switchbot_IOSensorTH

    受け取ったPeripheralがSwitchbot_IOSensorTHのものかどうかを確認する

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the Switchbot_IOSensorTH

    Switchbot_IOSensorTHかどうか

Generated using TypeDoc