diff --git a/src/s.ts b/src/Platform.ts similarity index 100% rename from src/s.ts rename to src/Platform.ts diff --git a/src/mappers/ConsumptionSensor.ts b/src/mappers/ConsumptionSensor.ts index e4f2d46..a43c81c 100644 --- a/src/mappers/ConsumptionSensor.ts +++ b/src/mappers/ConsumptionSensor.ts @@ -1,4 +1,3 @@ -import { Characteristics, Services } from '../Platform'; import Mapper from '../Mapper'; export default class ConsumptionSensor extends Mapper { diff --git a/src/mappers/EvoHome/DHWSetPoint.ts b/src/mappers/EvoHome/DHWSetPoint.ts index 1661658..8c77465 100644 --- a/src/mappers/EvoHome/DHWSetPoint.ts +++ b/src/mappers/EvoHome/DHWSetPoint.ts @@ -1,5 +1,4 @@ import HeatingSystem from '../HeatingSystem'; -import { Characteristics } from '../../Platform'; import TemperatureSensor from '../TemperatureSensor'; export default class DHWSetPoint extends TemperatureSensor { diff --git a/src/mappers/Generic/RTSGeneric.ts b/src/mappers/Generic/RTSGeneric.ts index 93b7038..47531d2 100644 --- a/src/mappers/Generic/RTSGeneric.ts +++ b/src/mappers/Generic/RTSGeneric.ts @@ -1,4 +1,3 @@ -import { Characteristics } from '../../Platform'; import { Command } from 'overkiz-client'; import RollerShutter from '../RollerShutter';