Skip to content

Commit

Permalink
Clean naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dubocr committed Mar 21, 2021
1 parent 17d0876 commit 3cf05d2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion src/mappers/ConsumptionSensor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Characteristics, Services } from '../Platform';
import Mapper from '../Mapper';

export default class ConsumptionSensor extends Mapper {
Expand Down
1 change: 0 additions & 1 deletion src/mappers/EvoHome/DHWSetPoint.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import HeatingSystem from '../HeatingSystem';
import { Characteristics } from '../../Platform';
import TemperatureSensor from '../TemperatureSensor';

export default class DHWSetPoint extends TemperatureSensor {
Expand Down
1 change: 0 additions & 1 deletion src/mappers/Generic/RTSGeneric.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Characteristics } from '../../Platform';
import { Command } from 'overkiz-client';
import RollerShutter from '../RollerShutter';

Expand Down

0 comments on commit 3cf05d2

Please sign in to comment.