Class DemoFlowratePluginController

  • All Implemented Interfaces:
    IPluginController

    public class DemoFlowratePluginController
    extends AbstractPluginController
    Demo plugin controller. Demonstrating the possibilities of Polysun plugin controllers. This class is a copy of the FlowratePluginController. The FlowratePluginController implementation is written in name based approach. The DemoFlowratePluginController implementation is written in an array access style. Controls the status (on/off) of one or two different components and the flowrate of a given pump based on one or two flowrate sensors. The DemoFlowratePluginController provides the same functionality as the FlowrateController. The names of properties, sensors or control signals in this class are internal Polysun translation keys. Normal text can also be used. See also ch.spf.PS4Controller.FlowrateController.
    Since:
    Polysun 9.1
    See Also:
    com.velasolaris.plugin.controller.flowrate.FlowratePluginController