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 a053ba9 commit cf9b0ec
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 @@ -63,9 +63,9 @@ export class RainbirdPlatform 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 cf9b0ec

Please sign in to comment.