4#ifndef SRC_SUPLA_CONTROL_OUTPUT_INTERFACE_H_
5#define SRC_SUPLA_CONTROL_OUTPUT_INTERFACE_H_
14 virtual int getOutputValue()
const = 0;
15 virtual void setOutputValue(
int value) = 0;
16 virtual bool isOnOffOnly()
const = 0;
17 virtual bool isControlledInternally()
const {
return true; }
Definition output_interface.h:11