Skip to content

Commit

Permalink
docs: fix typo on firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Feb 7, 2023
1 parent 4ed4260 commit 792156f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/energy-socket-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class EnergySocketApi extends BaseApi {
* With GET will send the actual system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down Expand Up @@ -163,7 +163,7 @@ export class EnergySocketApi extends BaseApi {
* With PUT allows to set the system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down
4 changes: 2 additions & 2 deletions src/kwh-meter-1-phase-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class KwhMeter1PhaseApi extends BaseApi {
* With GET will send the actual system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down Expand Up @@ -78,7 +78,7 @@ export class KwhMeter1PhaseApi extends BaseApi {
* With PUT allows to set the system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down
4 changes: 2 additions & 2 deletions src/kwh-meter-3-phase-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class KwhMeter3PhaseApi extends BaseApi {
* With GET will send the actual system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down Expand Up @@ -78,7 +78,7 @@ export class KwhMeter3PhaseApi extends BaseApi {
* With PUT allows to set the system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down
4 changes: 2 additions & 2 deletions src/p1-meter-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class P1MeterApi extends BaseApi {
* With GET will send the actual system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down Expand Up @@ -168,7 +168,7 @@ export class P1MeterApi extends BaseApi {
* With PUT allows to set the system state.
*
* This feature is currently available for `HWE-P1` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 4.00 or later.
* And `HWE-SKT`, `SDM230-wifi` and `SDM630-wifi` running firmware version 3.00 or later.
*
* @link https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
Expand Down

0 comments on commit 792156f

Please sign in to comment.