Skip to content

Commit

Permalink
Export DeviceConfig Interface for Cross-File Accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Dec 1, 2023
1 parent 658ffc1 commit 4fc444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VZugPlatform.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { API, DynamicPlatformPlugin, Logger, PlatformConfig, PlatformAccessory } from 'homebridge';
import { VZugAccessory } from './VZugAccessory';

interface DeviceConfig {
export interface DeviceConfig {
name: string;
ip: string;
}
Expand Down

0 comments on commit 4fc444b

Please sign in to comment.