Skip to content

Commit

Permalink
Code maintenance: bump version, lint, format and generate docs (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored May 8, 2024
1 parent 2ca8d88 commit 00f2f0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ new default(settingManager: SettingManager, logger: Logger): default

###### Source

[src/lib/AristonAPI.ts:57](https://github.com/OlivierZal/ariston-api/blob/c244c05554a4834cf7f269e0210d05db12bc831a/src/lib/AristonAPI.ts#L57)
[src/lib/AristonAPI.ts:57](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L57)

#### Methods

Expand All @@ -93,7 +93,7 @@ applyLogin(data?: LoginCredentials): Promise<boolean>

###### Source

[src/lib/AristonAPI.ts:69](https://github.com/OlivierZal/ariston-api/blob/c244c05554a4834cf7f269e0210d05db12bc831a/src/lib/AristonAPI.ts#L69)
[src/lib/AristonAPI.ts:69](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L69)

##### login()

Expand Down Expand Up @@ -121,7 +121,7 @@ login(postData: LoginPostData): Promise<{

###### Source

[src/lib/AristonAPI.ts:88](https://github.com/OlivierZal/ariston-api/blob/c244c05554a4834cf7f269e0210d05db12bc831a/src/lib/AristonAPI.ts#L88)
[src/lib/AristonAPI.ts:88](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L88)

##### plantData()

Expand Down Expand Up @@ -150,7 +150,7 @@ plantData(id: string, postData?: PostData): Promise<{

###### Source

[src/lib/AristonAPI.ts:97](https://github.com/OlivierZal/ariston-api/blob/c244c05554a4834cf7f269e0210d05db12bc831a/src/lib/AristonAPI.ts#L97)
[src/lib/AristonAPI.ts:97](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L97)

##### plantMetering()

Expand Down Expand Up @@ -178,7 +178,7 @@ plantMetering(id: string): Promise<{

###### Source

[src/lib/AristonAPI.ts:111](https://github.com/OlivierZal/ariston-api/blob/c244c05554a4834cf7f269e0210d05db12bc831a/src/lib/AristonAPI.ts#L111)
[src/lib/AristonAPI.ts:111](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L111)

##### plantSettings()

Expand Down Expand Up @@ -207,7 +207,7 @@ plantSettings(id: string, settings: PostSettings): Promise<{

###### Source

[src/lib/AristonAPI.ts:115](https://github.com/OlivierZal/ariston-api/blob/c244c05554a4834cf7f269e0210d05db12bc831a/src/lib/AristonAPI.ts#L115)
[src/lib/AristonAPI.ts:115](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L115)

##### plants()

Expand All @@ -229,7 +229,7 @@ plants(): Promise<{

###### Source

[src/lib/AristonAPI.ts:125](https://github.com/OlivierZal/ariston-api/blob/c244c05554a4834cf7f269e0210d05db12bc831a/src/lib/AristonAPI.ts#L125)
[src/lib/AristonAPI.ts:125](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L125)

## Interfaces

Expand Down

0 comments on commit 00f2f0e

Please sign in to comment.