Package net.homeip.mleclerc.omnilinkbbclient.model

Examples of net.homeip.mleclerc.omnilinkbbclient.model.ZoneModel


    SystemModel systemModel = new SystemModel(client);
    ThermostatModel thermostatModel = new ThermostatModel(client);
    MessageModel messageModel = new MessageModel(client);
    ButtonModel buttonModel = new ButtonModel(client);
    UnitModel unitModel = new UnitModel(client);
    ZoneModel zoneModel = new ZoneModel(client);
    InformationModel infoModel = new InformationModel(client);
   
    final OmniLinkBBClientScreen screen = new OmniLinkBBClientScreen();   
    screen.addCategory(new SystemCategory(systemModel));
    screen.addCategory(new ThermostatCategory(thermostatModel));
View Full Code Here

TOP

Related Classes of net.homeip.mleclerc.omnilinkbbclient.model.ZoneModel

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.