Skip to content

Commit b206b76

Browse files
eded
authored andcommitted
fix: iot state
1 parent 6fce783 commit b206b76

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.xiaozhi.communication.domain;
2+
3+
import lombok.Data;
4+
5+
import java.util.Map;
6+
7+
@Data
8+
public class IotState {
9+
private String name;
10+
private Map<String, Object> state;
11+
}

0 commit comments

Comments
 (0)