foxesscloud 2.7.4__py3-none-any.whl → 2.7.5__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.
@@ -10,7 +10,7 @@ By: Tony Matthews
10
10
  # ALL RIGHTS ARE RESERVED © Tony Matthews 2023
11
11
  ##################################################################################################
12
12
 
13
- version = "1.8.5"
13
+ version = "1.8.6"
14
14
  print(f"FoxESS-Cloud version {version}")
15
15
 
16
16
  debug_setting = 1
@@ -1249,9 +1249,6 @@ def get_flag():
1249
1249
  return None
1250
1250
  result = response.json().get('result')
1251
1251
  if result is None:
1252
- errno = response.json().get('errno')
1253
- if errno == 40256:
1254
- output(f"** get_flag(), not suported on this device")
1255
1252
  return None
1256
1253
  if schedule is None:
1257
1254
  schedule = {'enable': None, 'support': None, 'pollcy': None}
foxesscloud/openapi.py CHANGED
@@ -10,7 +10,7 @@ By: Tony Matthews
10
10
  # ALL RIGHTS ARE RESERVED © Tony Matthews 2024
11
11
  ##################################################################################################
12
12
 
13
- version = "2.7.4"
13
+ version = "2.7.5"
14
14
  print(f"FoxESS-Cloud Open API version {version}")
15
15
 
16
16
  debug_setting = 1
@@ -1006,8 +1006,6 @@ def get_flag():
1006
1006
  return None
1007
1007
  result = response.json().get('result')
1008
1008
  if result is None:
1009
- if errno == 40256:
1010
- output(f"** get_flag(), not suported on this device")
1011
1009
  return None
1012
1010
  if schedule is None:
1013
1011
  schedule = {'enable': None, 'support': None, 'periods': None}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: foxesscloud
3
- Version: 2.7.4
3
+ Version: 2.7.5
4
4
  Summary: library for accessing Fox ESS cloud data using Open API
5
5
  Author-email: Tony Matthews <tony@quasair.co.uk>
6
6
  Project-URL: Homepage, https://github.com/TonyM1958/FoxESS-Cloud
@@ -807,7 +807,7 @@ This setting can be:
807
807
 
808
808
  # Version Info
809
809
 
810
- 2.7.4<br>
810
+ 2.7.5<br>
811
811
  Update to support T series inverters.
812
812
 
813
813
  2.7.3<br>
@@ -0,0 +1,7 @@
1
+ foxesscloud/foxesscloud.py,sha256=b7DcJs3Ms538CPyMvl8llTile5-gYR6bi31Jf7linqQ,222841
2
+ foxesscloud/openapi.py,sha256=wn3dJhTth0IKNOT8Uv4bMYxiB5W1WVTEVJhNQqu7pMw,207033
3
+ foxesscloud-2.7.5.dist-info/LICENCE,sha256=-3xv8CElCJV8Bc8PbAsg3iyxMpAK8MoJneM3rXigxqI,1074
4
+ foxesscloud-2.7.5.dist-info/METADATA,sha256=NaUsXWSxDtnQFURfkVYYjTQ4eIqYsze3CKg1rvgIpno,62438
5
+ foxesscloud-2.7.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
+ foxesscloud-2.7.5.dist-info/top_level.txt,sha256=IWOrKSNZCLU6IDXSX_b4_bqCfbZoWAT4CC0w0Lg7PuU,12
7
+ foxesscloud-2.7.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- foxesscloud/foxesscloud.py,sha256=-StB3jyYKQc0dIdzx0vZK8eBHgThZMwT9rquaXo6gh4,222979
2
- foxesscloud/openapi.py,sha256=tcc83zs1e_Z9aKc0l9r5LYA5Mi0-c1i-hlaR-vOnfVU,207126
3
- foxesscloud-2.7.4.dist-info/LICENCE,sha256=-3xv8CElCJV8Bc8PbAsg3iyxMpAK8MoJneM3rXigxqI,1074
4
- foxesscloud-2.7.4.dist-info/METADATA,sha256=A8wIra0loiQQ0DuliBSRn_BcmmcDGw3j8VLTuB2h2S8,62438
5
- foxesscloud-2.7.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
- foxesscloud-2.7.4.dist-info/top_level.txt,sha256=IWOrKSNZCLU6IDXSX_b4_bqCfbZoWAT4CC0w0Lg7PuU,12
7
- foxesscloud-2.7.4.dist-info/RECORD,,