Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UT201BLE

UT201BLE management class UT201BLEを管理するクラス

Hierarchy

  • UT201BLE

Implements

Index

Constructors

constructor

  • Parameters

    Returns UT201BLE

Properties

_peripheral

_peripheral: BleRemotePeripheral | null

Optional batteryService

batteryService: BleBatteryService

Optional genericAccess

genericAccess: BleGenericAccess

Optional onNotify

onNotify: undefined | ((co2: number) => void)

Optional ondisconnect

ondisconnect: undefined | ((reason: any) => void)

Methods

getDataWait

  • getDataWait(pairingKeys?: undefined | string): Promise<UT201BLEResult[]>
  • Get data from the UT201BLE

    UT201BLEからデータを取得

    Parameters

    • Optional pairingKeys: undefined | string

      pairing key ペアリングキー

    Returns Promise<UT201BLEResult[]>

    data from the UT201BLE UT201BLEから受け取ったデータ

isPairingMode

  • isPairingMode(): boolean
  • Returns boolean

pairingWait

  • pairingWait(): Promise<string | null>
  • Pair with the device

    デバイスとペアリング

    Returns Promise<string | null>

    pairing key ペアリングキー

Static info

Static isDevice

  • Verify that the received peripheral is from the UT201BLE

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns null | false | true | ""

    Whether it is UT201BLE

    UT201BLEかどうか

Generated using TypeDoc