Skip to content

Commit

Permalink
Update DeviceBase.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed May 2, 2024
1 parent 5efbfc7 commit 7f8f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/DeviceBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { API, HAP, Logging, PlatformAccessory } from 'homebridge';
import { RainBirdService } from 'rainbird';

import { RainbirdPlatform } from '../platform.js';
import { DevicesConfig, RainbirdPlatformConfig } from '../settings.js';
import { RainbirdPlatformConfig, DevicesConfig } from '../settings.js';

export abstract class DeviceBase {
public readonly api: API;
Expand Down

0 comments on commit 7f8f46c

Please sign in to comment.