Skip to content

Commit

Permalink
Update platform.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Nov 1, 2024
1 parent c3018bf commit 221ac7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export class MeaterPlatform implements DynamicPlatformPlugin {
}

// Plugin Configuration
this.getPlatformConfigSettings()
this.getPlatformRateSettings()
this.getPlatformLogSettings()
this.getPlatformRateSettings()
this.getPlatformConfigSettings()
this.getVersion()

// Finish initializing the platform
Expand Down

0 comments on commit 221ac7b

Please sign in to comment.