Skip to content

Commit

Permalink
Code deduplication; fixed accessory manufacturer/model/serial/name info
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleBoyer committed Jul 23, 2024
1 parent 286065c commit 192f89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as Bonjour from 'bonjour-service';
import { BlaQHub } from './hub.js';
import { PLATFORM_NAME, PLUGIN_NAME } from './settings.js';
import { ConfigDevice } from './types.js';
import { formatMAC } from './utils/formatters.js';

/**
* HomebridgePlatform
Expand Down

0 comments on commit 192f89a

Please sign in to comment.