Skip to content

Commit

Permalink
changed max tokenID size to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
AllMightySauron authored and AllMightySauron committed Apr 8, 2024
1 parent 09df791 commit 55a511f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [v2.3.1] - 2024-04-08
### Fixed
* Changed max TokenID size to 24 ([#08](https://github.com/AllMightySauron/homebride-solaxcloud-api/issues/8)).

## [v2.3.0] - 2024-03-14
### Changes
* Added support for inverters from QCells through the QCells cloud API.
Expand Down
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"description": "Users get information from the cloud API through the granted tokenID. Please obtain your tokenID on the API page of Solax/QCells cloud.",
"default": "20200722185111234567890",
"minLength": 23,
"maxLength": 23
"maxLength": 24
},
"name": {
"title": "Inverter name (unique)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Homebridge Solax Cloud API",
"name": "homebridge-solaxcloud-api",
"version": "2.3.0",
"version": "2.3.1",
"description": "Integrates solar production info using public Solax/QCells Cloud API into Homebridge accessories.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 55a511f

Please sign in to comment.