Showing
1 changed file
with
1 additions
and
1 deletions
@@ -15,7 +15,7 @@ import java.util.Map; | @@ -15,7 +15,7 @@ import java.util.Map; | ||
15 | @Data | 15 | @Data |
16 | public class TbSceneReactNodeConfig implements NodeConfiguration<TbSceneReactNodeConfig> { | 16 | public class TbSceneReactNodeConfig implements NodeConfiguration<TbSceneReactNodeConfig> { |
17 | 17 | ||
18 | - /**【设备ID,指标】设备的哪些指标会触发场景联动*/ | 18 | + /**【设备ID,场景】设备的哪些指标会触发场景联动*/ |
19 | private Map<String, List<String>> scenes; | 19 | private Map<String, List<String>> scenes; |
20 | 20 | ||
21 | 21 |