|
@@ -24,7 +24,7 @@ type InfoScene struct {
|
|
|
Key string `json:"key"`
|
|
Key string `json:"key"`
|
|
|
Name string `json:"name"`
|
|
Name string `json:"name"`
|
|
|
ConditionDesc string `json:"condition_desc"`
|
|
ConditionDesc string `json:"condition_desc"`
|
|
|
- ActionDesc string `json:"action_desc"`git
|
|
|
|
|
|
|
+ ActionDesc string `json:"action_desc"`
|
|
|
SceneId string `json:"scene_id"`
|
|
SceneId string `json:"scene_id"`
|
|
|
Config string `json:"config"`
|
|
Config string `json:"config"`
|
|
|
}
|
|
}
|