solax-py-library 1.0.0.2504__py3-none-any.whl → 1.0.0.2505__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,10 @@
1
1
  from collections import defaultdict
2
2
 
3
3
  from solax_py_library.smart_scene.core.condition.base import BaseCondition
4
- from solax_py_library.smart_scene.types.condition import CabinetConditionItemData, CabinetConditionType
4
+ from solax_py_library.smart_scene.types.condition import (
5
+ CabinetConditionItemData,
6
+ CabinetConditionType,
7
+ )
5
8
  from solax_py_library.device.types.alarm import AlarmLevel
6
9
 
7
10
 
@@ -29,7 +29,7 @@ class DoControl(BaseModel):
29
29
 
30
30
 
31
31
  class ActionChildData(BaseModel):
32
- data: List[Union[int, float, DoControl]]
32
+ data: List[Union[DoControl, float, int]]
33
33
 
34
34
 
35
35
  class SystemActionItemData(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: solax-py-library
3
- Version: 1.0.0.2504
3
+ Version: 1.0.0.2505
4
4
  Summary: some common tool
5
5
  Author: shenlvyu
6
6
  Author-email: 13296718439@163.com
@@ -21,7 +21,7 @@ solax_py_library/smart_scene/core/action/ems_action.py,sha256=tasL7pUJbnmrEEokAa
21
21
  solax_py_library/smart_scene/core/action/system_action.py,sha256=mVLTg9pZ7tDayLbr3I92a33snA2AGT3meUdm_XYDQEc,10839
22
22
  solax_py_library/smart_scene/core/condition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  solax_py_library/smart_scene/core/condition/base.py,sha256=T3R18uYh-XLXOXdtn_WwHS4nBoakJomHWLLAjs-0K1I,425
24
- solax_py_library/smart_scene/core/condition/cabinet_condition.py,sha256=HbiIrOHzlGowEww8JD8ioScmayhtMNiVS8YzOHwoElw,1505
24
+ solax_py_library/smart_scene/core/condition/cabinet_condition.py,sha256=YhjmwgFBlugkMeRz6zfu1bV_Q-2LAbq5vjHfZgewSXE,1518
25
25
  solax_py_library/smart_scene/core/condition/date_condition.py,sha256=8dbYhftUzGKQJkDqIkV_hjf4PIhKJrUCo9fv-_93sl8,855
26
26
  solax_py_library/smart_scene/core/condition/price_condition.py,sha256=kAIkg5VxTOd5gTRHzqU23ZgFYSkcvF_haqzVKA-uDZc,3768
27
27
  solax_py_library/smart_scene/core/condition/system_condition.py,sha256=Pstq_y6fdwh7a39q8JZuabymFeJx5AH5Xjj4MZz4or0,1309
@@ -33,7 +33,7 @@ solax_py_library/smart_scene/exceptions/price.py,sha256=ztsM8leCsxbzx1TYS5GQAVbf
33
33
  solax_py_library/smart_scene/exceptions/smart_scene.py,sha256=VFjRe7fUg5JA13Wg8BFvxzlF-pBSNaGJJBpnphYdSbM,1774
34
34
  solax_py_library/smart_scene/exceptions/weather.py,sha256=bJl1VwiIXEpLQ9VjlVrDoTAIMFqVZdRCas7dtR7eAJc,133
35
35
  solax_py_library/smart_scene/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
- solax_py_library/smart_scene/types/action.py,sha256=zvMsy_SVLIvsV3kHSbI6xEJLOYThQ6_ucGpYn3TXCUs,5607
36
+ solax_py_library/smart_scene/types/action.py,sha256=rxNsmXxcIDJmmrxMkC6H6f2syNruLMQGRZ23j5hPLuc,5607
37
37
  solax_py_library/smart_scene/types/condition.py,sha256=xJGv4Xv-kRzMYzlj6y6Q3eeMSVLwoOY9V-denlyicik,9552
38
38
  solax_py_library/smart_scene/types/smart_scene_content.py,sha256=C8H17QEicmDBbxN-m550njwaZyUhAL2hUhlLg3Qj1zM,6061
39
39
  solax_py_library/snap_shot/__init__.py,sha256=Ex12q6BCkdU-3OP-f-ehGCetJJWnoZ7KxhEDd_lXh6M,81
@@ -73,6 +73,6 @@ solax_py_library/utils/cloud_client.py,sha256=5dZrc5fzrNFSXqTPZd7oHt-Y9Jj6RCigB7
73
73
  solax_py_library/utils/common.py,sha256=bfnZcX9uM-PjJrYAFv1UMmZgt6bGR7MaOd7jRPNHGxw,1238
74
74
  solax_py_library/utils/struct_util.py,sha256=4SKx5IyAke88PGHPHDK3OEDtyGHdapGoQ1BnGR0F2ts,913
75
75
  solax_py_library/utils/time_util.py,sha256=bY5kj9dmyOuLEQ6uYGQK7jU7y1RMiHZgevEKnkcQcSU,1461
76
- solax_py_library-1.0.0.2504.dist-info/METADATA,sha256=4Z1yv8A7yWqkA0cCMP7UQG88cvcAMx33shtI-Huk5CU,1827
77
- solax_py_library-1.0.0.2504.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
78
- solax_py_library-1.0.0.2504.dist-info/RECORD,,
76
+ solax_py_library-1.0.0.2505.dist-info/METADATA,sha256=jOd5pWKpjqCsjSgbTTldGESf1Xx7uC4opleGUeCivtU,1827
77
+ solax_py_library-1.0.0.2505.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
78
+ solax_py_library-1.0.0.2505.dist-info/RECORD,,