Skip to content

Commit

Permalink
Code maintenance: bump version, lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 8, 2024
1 parent 8da15b2 commit 53fce6b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ new default(settingManager: SettingManager, logger: Logger): default

###### Source

[src/lib/HeatzyAPI.ts:57](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/lib/HeatzyAPI.ts#L57)
[src/lib/HeatzyAPI.ts:57](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/lib/HeatzyAPI.ts#L57)

#### Methods

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

###### Source

[src/lib/HeatzyAPI.ts:67](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/lib/HeatzyAPI.ts#L67)
[src/lib/HeatzyAPI.ts:67](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/lib/HeatzyAPI.ts#L67)

##### bindings()

Expand All @@ -107,7 +107,7 @@ bindings(): Promise<{

###### Source

[src/lib/HeatzyAPI.ts:85](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/lib/HeatzyAPI.ts#L85)
[src/lib/HeatzyAPI.ts:85](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/lib/HeatzyAPI.ts#L85)

##### control()

Expand Down Expand Up @@ -136,7 +136,7 @@ control(id: string, postData: DevicePostDataAny): Promise<{

###### Source

[src/lib/HeatzyAPI.ts:89](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/lib/HeatzyAPI.ts#L89)
[src/lib/HeatzyAPI.ts:89](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/lib/HeatzyAPI.ts#L89)

##### deviceData()

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

###### Source

[src/lib/HeatzyAPI.ts:96](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/lib/HeatzyAPI.ts#L96)
[src/lib/HeatzyAPI.ts:96](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/lib/HeatzyAPI.ts#L96)

##### login()

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

###### Source

[src/lib/HeatzyAPI.ts:100](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/lib/HeatzyAPI.ts#L100)
[src/lib/HeatzyAPI.ts:100](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/lib/HeatzyAPI.ts#L100)

## Interfaces

Expand Down Expand Up @@ -339,7 +339,7 @@ type Data: Record<string, never>;

#### Source

[src/types.ts:23](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/types.ts#L23)
[src/types.ts:23](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/types.ts#L23)

***

Expand All @@ -351,7 +351,7 @@ type DevicePostDataAny: DevicePostData | FirstGenDevicePostData;

#### Source

[src/types.ts:72](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/types.ts#L72)
[src/types.ts:72](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/types.ts#L72)

## Variables

Expand All @@ -363,4 +363,4 @@ const NUMBER_1: 1 = 1;

#### Source

[src/types.ts:1](https://github.com/OlivierZal/heatzy-api/blob/3721c215649e148ede59d12b782264babce9ee04/src/types.ts#L1)
[src/types.ts:1](https://github.com/OlivierZal/heatzy-api/blob/8da15b209ba608f40e46c3f5e24d415211c9c78e/src/types.ts#L1)

0 comments on commit 53fce6b

Please sign in to comment.