Skip to content

Commit

Permalink
1.3 clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuhlin committed Apr 27, 2021
1 parent 88a3dfa commit 191e6f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/accessories/ThermometerAccessory.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { Service, PlatformAccessory, Logger, PlatformConfig } from 'homebridge';

import { AquaTempHomebridgePlatform } from '../platform';
import { AquaTempObject } from '../types/AquaTempObject';
import { ObjectResult } from '../types/ObjectResult';
import { HttpRequest } from '../utils/httprequest';

export class ThermometerAccessory {
private service: Service;
Expand Down

0 comments on commit 191e6f9

Please sign in to comment.