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
f551a574
authored
Dec 13, 2023
by
罗志长
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: iot设备属性同步修改、配网保存设备属性
parent
2e10d140
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
server-service/src/main/java/com/makeit/dto/platform/device/PlatDeviceBaseAttrDTO.java
server-service/src/main/java/com/makeit/dto/platform/device/PlatDeviceBaseAttrDTO.java
View file @
f551a574
...
@@ -42,6 +42,10 @@ public class PlatDeviceBaseAttrDTO {
...
@@ -42,6 +42,10 @@ public class PlatDeviceBaseAttrDTO {
private
DeviceAttrRange
radarAngle
;
private
DeviceAttrRange
radarAngle
;
@ApiModelProperty
(
value
=
"雷达检测延迟时间 单位S ,范围:0-32768"
)
@ApiModelProperty
(
value
=
"雷达检测延迟时间 单位S ,范围:0-32768"
)
private
Integer
radarDelay
;
private
Integer
radarDelay
;
@ApiModelProperty
(
value
=
"雷达安装场景 0:客厅;1:卧室;2:卫生间"
)
private
Integer
radarSence
;
@ApiModelProperty
(
value
=
"雷达灵敏度 0:灵敏;1:标准;2:鲁棒"
)
private
Integer
radarSPL
;
@Data
@Data
...
...
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