Skip to content

Commit

Permalink
Merge pull request #73 from mpepping:stationid
Browse files Browse the repository at this point in the history
Extended stationid length
  • Loading branch information
mpepping authored May 5, 2023
2 parents 6d6eebb + 60e6c5d commit 7b0ae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarman/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"secret": {"type": "string", "minLength": 32, "maxLength": 32},
"username": {"type": "string"},
"passhash": {"type": "string", "minLength": 64, "maxLength": 64},
"stationId": {"type": "number", "minimum": 100000, "maximum": 9999999},
"stationId": {"type": "number", "minimum": 100000, "maximum": 999999999},
"inverterId": {"type": "string", "minLength": 10},
"loggerId": {"type": "string", "minLength": 10, "maxLength": 10},
"debug": {"type": "boolean", "optional": True},
Expand Down

0 comments on commit 7b0ae36

Please sign in to comment.