Skip to content

Commit

Permalink
lint: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsternbach committed Oct 24, 2023
1 parent 3cff0ab commit 1e3438d
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 @@ -2,7 +2,7 @@ import { API, DynamicPlatformPlugin, Logger, PlatformAccessory, PlatformConfig,
import { PLATFORM_NAME, PLUGIN_NAME } from './settings';
import { YeelightNgPlatformAccessory } from './platformAccessory';
import { CommandPayload, CommandType, State } from './types';
import {WebSocketClient} from './ws';
import { WebSocketClient } from './ws';

export interface Device {
mac: string;
Expand Down

0 comments on commit 1e3438d

Please sign in to comment.