solax-py-library 1.0.0.37__py3-none-any.whl → 1.0.0.39__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.
- solax_py_library/smart_scene/constant/message_entry.py +7 -10
- {solax_py_library-1.0.0.37.dist-info → solax_py_library-1.0.0.39.dist-info}/METADATA +1 -1
- {solax_py_library-1.0.0.37.dist-info → solax_py_library-1.0.0.39.dist-info}/RECORD +4 -4
- {solax_py_library-1.0.0.37.dist-info → solax_py_library-1.0.0.39.dist-info}/WHEEL +0 -0
@@ -159,26 +159,23 @@ MESSAGE_ENTRY = {
|
|
159
159
|
"duration": {"zh_CN": "持续: {}秒", "en_US": "Last: {} seconds"},
|
160
160
|
"systemSoc": {"zh_CN": "系统SOC {} {}%", "en_US": "System SOC {} {}%"},
|
161
161
|
"systemImportPower": {
|
162
|
-
"zh_CN": "电网买电功率 {} {}
|
163
|
-
"en_US": "Grid import power {} {}
|
162
|
+
"zh_CN": "电网买电功率 {} {}kW",
|
163
|
+
"en_US": "Grid import power {} {}kW",
|
164
164
|
},
|
165
165
|
"systemExportPower": {
|
166
|
-
"zh_CN": "电网馈电功率 {} {}
|
167
|
-
"en_US": "Grid export power {} {}
|
166
|
+
"zh_CN": "电网馈电功率 {} {}kW",
|
167
|
+
"en_US": "Grid export power {} {}kW",
|
168
168
|
},
|
169
169
|
"cabinetSoc": {"zh_CN": "机柜SOC {} {}%", "en_US": "Cabinet SOC {} {}%"},
|
170
|
-
"EMERGENCY": {"zh_CN": "紧急告警", "en_US": "Emergency alarm"},
|
171
|
-
"TIPS": {"zh_CN": "状态提醒", "en_US": "State Tips"},
|
172
|
-
"NORMAL": {"zh_CN": "普通告警", "en_US": "Normal alarm"},
|
173
170
|
"cabinetAlarm": {
|
174
171
|
"zh_CN": "机柜下属({})设备发生{}",
|
175
172
|
"en_US": "The equipments({}) under the cabinet occurs {}",
|
176
173
|
},
|
177
174
|
"OR": {"zh_CN": "满足任一条件", "en_US": "Meet any of the conditions"},
|
178
175
|
"AND": {"zh_CN": "满足所有条件", "en_US": "Meet all conditions"},
|
179
|
-
"tips_alarm": {"zh_CN": "状态提醒", "en_US": "
|
180
|
-
"normal_alarm": {"zh_CN": "
|
181
|
-
"emergency_alarm": {"zh_CN": "紧急告警", "en_US": "
|
176
|
+
"tips_alarm": {"zh_CN": "状态提醒", "en_US": "notice"},
|
177
|
+
"normal_alarm": {"zh_CN": "一般告警", "en_US": "warning"},
|
178
|
+
"emergency_alarm": {"zh_CN": "紧急告警", "en_US": "failure"},
|
182
179
|
"pcs": {"zh_CN": "逆变器", "en_US": "Inverter"},
|
183
180
|
"bms": {"zh_CN": "电池", "en_US": "Battery"},
|
184
181
|
"elm": {
|
@@ -14,7 +14,7 @@ solax_py_library/device/types/modbus_point.py,sha256=YmXe92gWXL_voVXDJE5zzNzr6dp
|
|
14
14
|
solax_py_library/exception.py,sha256=ygAccdTqJctRrdt9bu6-vqZP5KadfKVS_1tjt4KcRn8,257
|
15
15
|
solax_py_library/smart_scene/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
solax_py_library/smart_scene/constant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
solax_py_library/smart_scene/constant/message_entry.py,sha256=
|
17
|
+
solax_py_library/smart_scene/constant/message_entry.py,sha256=Jlc2qabaU-p0YmGarIY9GeJYi6-69Q5Y45787odcD4k,9500
|
18
18
|
solax_py_library/smart_scene/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
solax_py_library/smart_scene/core/action/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
solax_py_library/smart_scene/core/action/base.py,sha256=GlZQTi7ub0fREV5BUZQUTARw3mleWWsKHOA7eFPVoJs,319
|
@@ -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.
|
83
|
-
solax_py_library-1.0.0.
|
84
|
-
solax_py_library-1.0.0.
|
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,,
|
File without changes
|