コード例 #1
0
ファイル: ZWaveNetwork.cs プロジェクト: Mavtak/roomie
        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();
        }
コード例 #2
0
ファイル: ZWaveNetwork.cs プロジェクト: Mavtak/roomie
        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();
        }