Skip to content

Commit 31fb9eb

Browse files
committed
Removed unused method.
1 parent b14af96 commit 31fb9eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/platform.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,4 @@ export class HomebridgePrincessHeaterPlatform implements DynamicPlatformPlugin {
120120
}
121121
});
122122
}
123-
124-
async onHelloMessageResponse(response: ResponseWsIncomingMessage, wsClient: WsAPIClient, httpClient: HttpAPIClient) {
125-
this.log.debug('Received a response to Hello message. Going to get list of devices...', response);
126-
127-
128-
}
129123
}

0 commit comments

Comments
 (0)