/// <summary> /// Set initial state of hardware. /// </summary> private void Init() { _heater.On(); _steamValve.Off(); _boilerIsReady = false; }