Class CmdsYc

java.lang.Object
com.yasee.yasee.platforms.yucheng.CmdsYc

public class CmdsYc extends Object
============================================================ 指令信息(体温、ECG)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static List<Cmd>
    ECG相关 指令信息
    static List<Cmd>
    设置相关 指令信息
    static List<Cmd>
    同步健康历史数据 参数说明 dataType (步数 0x0502,睡眠0x0504,心率,0x0506, 血压0x0508, 血氧 呼吸率 hrv 温度 血糖0x0509, 运动模式历史数据0x052D,后台提醒记录数据0x0531 (这些暂不支持,为以后扩展用的:血氧0x051A, 温湿度0x051C, 体温0x051E, 环境光0x0520, 手环脱落记录0x0529)) dataResponse (参数 0x0502的返回数据) : sportStartTime -- 开始时间 sportEndTime -- 结束时间 sportStep -- 运动步数 sportCalorie -- 运动卡路里 sportDistance -- 运动距离 dataResponse (参数 0x0504的返回数据) : startTime -- 睡眠开始时间 endTime -- 睡眠结束时间 deepSleepCount -- 深睡次数 lightSleepCount -- 浅睡次数 deepSleepTotal -- 深睡总时长 单位分钟 lightSleepTotal -- 浅睡总时长 单位分钟 sleepData -- 睡眠详细数据集合 sleepType -- 0xF1:深睡 0xF2:浅睡 sleepStartTime -- 开始时间戳 sleepLen -- 睡眠时长 单位秒 dataResponse (参数 0x0506的返回数据) : heartStartTime -- 心率测试时间 heartValue -- 心率值 dataResponse (参数 0x0508的返回数据) : bloodStartTime -- 血压测试时间 bloodSBP -- 收缩压
    static List<Cmd>
    测量相关 指令信息
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • tempCmds

      public static List<Cmd> tempCmds
      测量相关 指令信息
    • settingCmds

      public static List<Cmd> settingCmds
      设置相关 指令信息
    • ecgCmds

      public static List<Cmd> ecgCmds
      ECG相关 指令信息
    • syncCmds

      public static List<Cmd> syncCmds
      同步健康历史数据 参数说明 dataType (步数 0x0502,睡眠0x0504,心率,0x0506, 血压0x0508, 血氧 呼吸率 hrv 温度 血糖0x0509, 运动模式历史数据0x052D,后台提醒记录数据0x0531 (这些暂不支持,为以后扩展用的:血氧0x051A, 温湿度0x051C, 体温0x051E, 环境光0x0520, 手环脱落记录0x0529)) dataResponse (参数 0x0502的返回数据) : sportStartTime -- 开始时间 sportEndTime -- 结束时间 sportStep -- 运动步数 sportCalorie -- 运动卡路里 sportDistance -- 运动距离 dataResponse (参数 0x0504的返回数据) : startTime -- 睡眠开始时间 endTime -- 睡眠结束时间 deepSleepCount -- 深睡次数 lightSleepCount -- 浅睡次数 deepSleepTotal -- 深睡总时长 单位分钟 lightSleepTotal -- 浅睡总时长 单位分钟 sleepData -- 睡眠详细数据集合 sleepType -- 0xF1:深睡 0xF2:浅睡 sleepStartTime -- 开始时间戳 sleepLen -- 睡眠时长 单位秒 dataResponse (参数 0x0506的返回数据) : heartStartTime -- 心率测试时间 heartValue -- 心率值 dataResponse (参数 0x0508的返回数据) : bloodStartTime -- 血压测试时间 bloodSBP -- 收缩压
  • Constructor Details

    • CmdsYc

      public CmdsYc()