diff --git a/README.md b/README.md index 722049d..7db0312 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ new default(settingManager: SettingManager, logger: Logger): default ###### Source -[src/lib/AristonAPI.ts:57](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L57) +[src/lib/AristonAPI.ts:57](https://github.com/OlivierZal/ariston-api/blob/9c43158cab79c85ee1ddcae8431080d3f2ad6f11/src/lib/AristonAPI.ts#L57) #### Methods @@ -93,7 +93,7 @@ applyLogin(data?: LoginCredentials): Promise ###### Source -[src/lib/AristonAPI.ts:69](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L69) +[src/lib/AristonAPI.ts:69](https://github.com/OlivierZal/ariston-api/blob/9c43158cab79c85ee1ddcae8431080d3f2ad6f11/src/lib/AristonAPI.ts#L69) ##### login() @@ -121,7 +121,7 @@ login(postData: LoginPostData): Promise<{ ###### Source -[src/lib/AristonAPI.ts:88](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L88) +[src/lib/AristonAPI.ts:88](https://github.com/OlivierZal/ariston-api/blob/9c43158cab79c85ee1ddcae8431080d3f2ad6f11/src/lib/AristonAPI.ts#L88) ##### plantData() @@ -150,7 +150,7 @@ plantData(id: string, postData?: PostData): Promise<{ ###### Source -[src/lib/AristonAPI.ts:97](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L97) +[src/lib/AristonAPI.ts:97](https://github.com/OlivierZal/ariston-api/blob/9c43158cab79c85ee1ddcae8431080d3f2ad6f11/src/lib/AristonAPI.ts#L97) ##### plantMetering() @@ -178,7 +178,7 @@ plantMetering(id: string): Promise<{ ###### Source -[src/lib/AristonAPI.ts:111](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L111) +[src/lib/AristonAPI.ts:111](https://github.com/OlivierZal/ariston-api/blob/9c43158cab79c85ee1ddcae8431080d3f2ad6f11/src/lib/AristonAPI.ts#L111) ##### plantSettings() @@ -207,7 +207,7 @@ plantSettings(id: string, settings: PostSettings): Promise<{ ###### Source -[src/lib/AristonAPI.ts:115](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L115) +[src/lib/AristonAPI.ts:115](https://github.com/OlivierZal/ariston-api/blob/9c43158cab79c85ee1ddcae8431080d3f2ad6f11/src/lib/AristonAPI.ts#L115) ##### plants() @@ -229,7 +229,7 @@ plants(): Promise<{ ###### Source -[src/lib/AristonAPI.ts:125](https://github.com/OlivierZal/ariston-api/blob/2ca8d8800903c46f6acb64cbe183c88c2ee8b8a3/src/lib/AristonAPI.ts#L125) +[src/lib/AristonAPI.ts:125](https://github.com/OlivierZal/ariston-api/blob/9c43158cab79c85ee1ddcae8431080d3f2ad6f11/src/lib/AristonAPI.ts#L125) ## Interfaces