Package it.freedomotic.plugins.x10.gateways

Examples of it.freedomotic.plugins.x10.gateways.PMix35Gateway


    }

    @Override
    public void onStart() {
        //create tha gateways instances as defined in configuration using tuples
        X10AbstractGateway gateway = new PMix35Gateway(this);
        gateways.add(gateway);
        this.setPollingWait(3000);
    }
View Full Code Here

TOP

Related Classes of it.freedomotic.plugins.x10.gateways.PMix35Gateway

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.