Skip to content

Commit

Permalink
WithUUID is available from homebridge directly
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Dec 19, 2022
1 parent fc536d6 commit 6d4629d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import type {
PlatformAccessory,
PlatformConfig,
Service,
WithUUID,
} from 'homebridge'
import type { WithUUID } from 'hap-nodejs'
import { PLATFORM_NAME, PLUGIN_NAME } from './settings'
import { nobleDiscoverPeripherals } from './adapters/ble'
import { type SensorData, createHandlers, createParserDebugger, debugHandlers } from './thermometer'
Expand Down

0 comments on commit 6d4629d

Please sign in to comment.