hoffmation-base 3.2.17 → 3.2.18

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.
@@ -204,7 +204,7 @@ class Dachs extends RoomBaseDevice_1.RoomBaseDevice {
204
204
  if (!shouldDachsBeStarted) {
205
205
  return;
206
206
  }
207
- const setStateCommand = new command_1.ActuatorSetStateCommand(action, true, 'Energy Level of battery dropped to critical level', new command_1.BlockAutomaticCommand(action, 60000, 'Dachs is starting/on', enums_1.CollisionSolving.overrideIfGreater, false));
207
+ const setStateCommand = new command_1.ActuatorSetStateCommand(action, true, 'Energy Level of battery dropped to critical level', new command_1.BlockAutomaticCommand(action, 5 * 60 * 1000, 'Dachs is starting/on', enums_1.CollisionSolving.overrideIfGreater, false));
208
208
  setStateCommand.overrideCommandSource = enums_1.CommandSource.Automatic;
209
209
  this.setActuator(setStateCommand);
210
210
  }