hoffmation-base 3.0.0-alpha.56 → 3.0.0-alpha.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,11 +25,11 @@ export declare class Dachs implements iBaseDevice, iActuator {
25
25
  /**
26
26
  * An external actuator controlling the warm water pump
27
27
  */
28
- readonly warmWaterPump?: iActuator;
28
+ warmWaterPump?: iActuator;
29
29
  /**
30
30
  * An external actuator to prevent the Dachs from starting.
31
31
  */
32
- readonly blockDachsStart?: iActuator;
32
+ blockDachsStart?: iActuator;
33
33
  private readonly client;
34
34
  private readonly config;
35
35
  /** @inheritDoc */