Skip to content

Commit 2b16719

Browse files
authored
Removed device_sn from settings call
1 parent 0258b4e commit 2b16719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

growattServer/open_api_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def min_settings(self, device_sn):
399399
requests.exceptions.RequestException: If there is an issue with the HTTP request.
400400
401401
"""
402-
return Min(self, device_sn).settings(device_sn)
402+
return Min(self, device_sn).settings()
403403

404404
def min_read_parameter(self, device_sn, parameter_id, start_address=None, end_address=None):
405405
"""

0 commit comments

Comments
 (0)