Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c094e91e
authored
Sep 18, 2023
by
huangjy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat,模型
parent
c37cc453
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
server-common/src/main/java/com/makeit/module/iot/vo/breathe/DeviceInfoContentBreathe.java
server-common/src/main/java/com/makeit/module/iot/vo/breathe/DeviceInfoContentBreathe.java
View file @
c094e91e
...
...
@@ -19,6 +19,8 @@ public class DeviceInfoContentBreathe {
private
Properties
properties
;
@JsonProperty
(
"timestamp"
)
private
Long
timestamp
;
@JsonProperty
(
"reportTime"
)
private
String
reportTime
;
@NoArgsConstructor
@Data
...
...
@@ -52,18 +54,25 @@ public class DeviceInfoContentBreathe {
@Data
public
static
class
Properties
{
@JsonProperty
(
"br"
)
// 呼吸率 "最小值":0,"最大值":500,"步进":1,"单位":"rpm"
private
Integer
br
;
@JsonProperty
(
"distance"
)
// 距离
private
Integer
distance
;
@JsonProperty
(
"bodymove"
)
// 体动指数 "最小值":0,"最大值":100,"步进":1,"单位":""
private
Integer
bodymove
;
@JsonProperty
(
"personState"
)
// 运动状态 0:无人1:运动2:呼吸3:进入呼吸
private
Integer
personState
;
@JsonProperty
(
"person"
)
// 有人无人 0无人,1有人
private
Integer
person
;
@JsonProperty
(
"hr"
)
// 心率 最小值":0,"最大值":500,"步进:1,"单位":"bpm"
private
Integer
hr
;
@JsonProperty
(
"point"
)
// 呼吸波形
private
List
<
Integer
>
point
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment