Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MiniBreeze

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

Hierarchy

  • MiniBreeze

Implements

Index

Properties

_peripheral

_peripheral: null | BleRemotePeripheral = null

keys

keys: string[] = []

params

params: any

requiredKeys

requiredKeys: string[] = []

Methods

wired

  • wired(obniz: Obniz): void
  • Parameters

    Returns void

Static gasType

  • gasType(): any
  • Returns any

    object of gas types list ガスタイプの一覧のオブジェクト

Static getData

  • Get a data from the MiniBreeze

    MiniBreezeからデータを取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns null | MiniBreeze_InfoData

    received data from the MiniBreeze

    MiniBreezeから受け取ったデータ

Static info

  • info(): { name: string }
  • Returns { name: string }

    • name: string

Static isDevice

  • Verify that the received peripheral is from the MiniBreeze

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the MiniBreeze

    MiniBreezeかどうか

Static status

  • status(): any
  • Returns any

    object of battery status list バッテリーの状態の一覧のオブジェクト

Generated using TypeDoc