Interface UC421BLEUserInfoData

User information attached to each user No. This includes birthday, gender and height which are used to calculate body composition data.

UC421BLEに登録するユーザ情報 設定を行う際はユーザNoを指定して、それに紐づける形で登録を行う ユーザ情報の誕生日、性別、身長を利用して体組成データを生成する

Hierarchy

  • UC421BLEUserInfoData

Properties

birth?: {
    day: number;
    month: number;
    year: number;
}

Birthday Available value range: 5 ~ 99 years old.

誕生日 設定可能範囲: 年齢換算時 5 ~ 99歳

Type declaration

  • day: number
  • month: number
  • year: number
email?: string

Email address(UTF-8) Available value range: 1 ~ 16 bytes.

メールアドレス(UTF-8) 設定可能範囲: 1 ~ 16バイト

firstName?: string

First name(UTF-8) Available value range: 1 ~ 20 bytes.

名前(UTF-8) 設定可能範囲: 1 ~ 20バイト

gender?: "unspecified" | "male" | "female"

Gender 'unspecified' is not recommended to set because body composition data can not be retrieved with it.

性別 'unspecified'を設定すると体組成データが取得できない

height?: number

Height(cm). Available value range: 90 ~ 220.

身長(cm) 設定可能範囲: 90 ~ 220

lastName?: string

Last name(UTF-8) Available value range: 1 ~ 20 bytes.

苗字(UTF-8) 設定可能範囲: 1 ~ 20バイト

Generated using TypeDoc