19#ifndef SRC_SUPLA_CONTROL_OUTPUT_INTERFACE_H_
20#define SRC_SUPLA_CONTROL_OUTPUT_INTERFACE_H_
29 virtual int getOutputValue()
const = 0;
30 virtual void setOutputValue(
int value) = 0;
31 virtual bool isOnOffOnly()
const = 0;
32 virtual bool isControlledInternally()
const {
return true; }
Definition output_interface.h:26