设备mqtt收发数据
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
package com.fuyuanshen.app.domain.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AppLightModeDto {
|
||||
|
||||
private Long deviceId;
|
||||
|
||||
//0(关灯),1(强光模式),2(弱光模式), 3(爆闪模式), 4(泛光模式)
|
||||
private Integer mode;
|
||||
|
||||
}
|
Reference in New Issue
Block a user