Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 7, 2024
1 parent 0873ebb commit 01f1539
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ export interface HapEvInstance {

export interface HapAccessoriesRespType {
accessories: Array<{
instance: {
ipAddress: string;
port: number;
username: string;
name: string;
};
instance: HapInstance;
aid: number;
services: Array<{
iid: number;
Expand Down

0 comments on commit 01f1539

Please sign in to comment.