solax-py-library 1.0.0.39__py3-none-any.whl → 1.0.0.40__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.
@@ -50,13 +50,16 @@ class SmartSceneContent(BaseModel):
50
50
  thenActions: List[SmartSceneAction] = Field(alias="then")
51
51
  elseThenActions: Optional[List[SmartSceneAction]] = Field(alias="elseThen")
52
52
 
53
- def build_smart_scene(self, copied=False):
53
+ def set_copy_name(self):
54
+ self.name = self.name + "-copy"
55
+
56
+ def build_smart_scene(self):
54
57
  return {
55
58
  "scene_id": str(uuid.uuid4()),
56
59
  "switch": False,
57
60
  "content": json.dumps(
58
61
  {
59
- "name": self.name if copied is False else self.name + "-copy",
62
+ "name": self.name,
60
63
  "repeatFunction": self.repeatFunction,
61
64
  "weekList": self.weekList,
62
65
  "if": self.conditions.dict(),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: solax-py-library
3
- Version: 1.0.0.39
3
+ Version: 1.0.0.40
4
4
  Summary: some common tool
5
5
  Author: shenlvyu
6
6
  Author-email: 13296718439@163.com
@@ -38,7 +38,7 @@ solax_py_library/smart_scene/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
38
38
  solax_py_library/smart_scene/types/action.py,sha256=l2OITe3098-5zrYZSI64yL_YdSXn_FhbMh8h_8wRYBU,12934
39
39
  solax_py_library/smart_scene/types/condition.py,sha256=FSI4JjL2TAeKeyMvTifWv9opha-gCraLhwj5h08vuUo,9714
40
40
  solax_py_library/smart_scene/types/condition_value.py,sha256=CxeDRGWJWZQZTG8KegZBTA6a4ZOCu2CUWyUJBkj94II,1242
41
- solax_py_library/smart_scene/types/smart_scene_content.py,sha256=C8H17QEicmDBbxN-m550njwaZyUhAL2hUhlLg3Qj1zM,6061
41
+ solax_py_library/smart_scene/types/smart_scene_content.py,sha256=m9ZYOdGqxfyeHB2dsxH3iI3-XmtyhTMJK6HbwWJ-k7w,6073
42
42
  solax_py_library/snap_shot/__init__.py,sha256=Ex12q6BCkdU-3OP-f-ehGCetJJWnoZ7KxhEDd_lXh6M,81
43
43
  solax_py_library/snap_shot/constant/__init__.py,sha256=UNfjAlx1wovXc1oH74af9oIe2TljwCCiTzNXzWgtUms,65
44
44
  solax_py_library/snap_shot/constant/crc_table.py,sha256=D-pSxpf1XDzu7YR8LmbnzdLRvI8exDL2dyDh7RRc4Io,3566
@@ -79,6 +79,6 @@ solax_py_library/utils/cloud_client.py,sha256=5dZrc5fzrNFSXqTPZd7oHt-Y9Jj6RCigB7
79
79
  solax_py_library/utils/common.py,sha256=bfnZcX9uM-PjJrYAFv1UMmZgt6bGR7MaOd7jRPNHGxw,1238
80
80
  solax_py_library/utils/struct_util.py,sha256=pL6L80GXIHasy1ZDIj89-5BzXW1BWI3TPitH7thGGIE,1577
81
81
  solax_py_library/utils/time_util.py,sha256=bY5kj9dmyOuLEQ6uYGQK7jU7y1RMiHZgevEKnkcQcSU,1461
82
- solax_py_library-1.0.0.39.dist-info/METADATA,sha256=TgSwyuVvJGsAj5SgyVReCo5cvQ_La8Z8kWLiVgImG00,1825
83
- solax_py_library-1.0.0.39.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
84
- solax_py_library-1.0.0.39.dist-info/RECORD,,
82
+ solax_py_library-1.0.0.40.dist-info/METADATA,sha256=OYMYRMXwQEZc3i2g9s-3fVoyheJjJeAb6GZUL8RbOvA,1825
83
+ solax_py_library-1.0.0.40.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
84
+ solax_py_library-1.0.0.40.dist-info/RECORD,,