Exemplo n.º 1
0
        public ThermostatModel(Device device)
        {
            _device = device;

            Core = new ThermostatCoreModel(_device);
            Fan = new ThermostatFanModel(_device);
            Setpoints = new ThermostatSetpointModel(_device);
        }
Exemplo n.º 2
0
        public ThermostatModel(Device device)
        {
            _device = device;

            Core      = new ThermostatCoreModel(_device);
            Fan       = new ThermostatFanModel(_device);
            Setpoints = new ThermostatSetpointModel(_device);
        }