Skip to content

Commit

Permalink
add missing function return type
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Nov 27, 2023
1 parent 075d3e6 commit 365521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class OpenEpaperLink extends utils.Adapter {
}

// Try to contact and read data of already known devices
private async tryKnownDevices() {
private async tryKnownDevices(): Promise<void> {
try {
// Get all current devices from adapter tree
this.log.info(`Try to connect to know devices`);
Expand Down

0 comments on commit 365521e

Please sign in to comment.