Example #1
0
        public ZWaveNetwork(HomeAutomationNetworkContext context)
            : base(context)
        {
            ZWaveController = new global::ControlThink.ZWave.ZWaveController();
            this.Devices = new ZWaveDeviceCollection(this);
            base.Devices = this.Devices;

            WorkQueue = new ParallelWorkQueue();

            Connect();
        }
Example #2
0
        public ZWaveNetwork(HomeAutomationNetworkContext context)
            : base(context)
        {
            ZWaveController = new global::ControlThink.ZWave.ZWaveController();
            this.Devices    = new ZWaveDeviceCollection(this);
            base.Devices    = this.Devices;

            WorkQueue = new ParallelWorkQueue();

            Connect();
        }