hby100japp功能3
This commit is contained in:
@ -74,7 +74,7 @@ public class AppDeviceHBY100JDetailVo implements Serializable {
|
||||
private String address;
|
||||
|
||||
// 亮度
|
||||
private String lightBrightness;
|
||||
private Integer lightBrightness;
|
||||
|
||||
// 音量
|
||||
private Integer volume;
|
||||
@ -85,20 +85,29 @@ public class AppDeviceHBY100JDetailVo implements Serializable {
|
||||
*/
|
||||
private String voiceResource;
|
||||
|
||||
// 报警模式 0公安,1 消防,2应急,3交警,4 市政,5 铁路,6 医疗,7 部队,8 水利,9 语音
|
||||
private String alarmMode;
|
||||
// 报警模式 0公安,1 消防,2应急,3交警,4 市政,5 铁路,6 医疗,7 部队,8 水利
|
||||
private Integer alarmMode;
|
||||
|
||||
// 强制报警开关: 0 关闭, 1开启
|
||||
private String voiceStrobeAlarm;
|
||||
private Integer voiceStrobeAlarm;
|
||||
|
||||
/**
|
||||
* 0 红色爆闪,1 蓝色爆闪,2 黄色爆闪,3,红色顺时针旋转爆闪,4黄色顺时针旋转爆闪,5,红蓝顺时针旋转爆闪,6 红蓝交替爆闪
|
||||
*/
|
||||
private Integer strobeMode;
|
||||
|
||||
/**
|
||||
* "enable": 0爆闪关闭, 1爆闪开启
|
||||
*/
|
||||
private Integer strobeEnable;
|
||||
|
||||
/**
|
||||
* 爆闪频率
|
||||
*/
|
||||
private Integer strobeFrequency;
|
||||
|
||||
/**
|
||||
* 语音播报0 关闭, 1开启
|
||||
*/
|
||||
private Integer voiceBroadcast;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user