#include "Switch.h" Switch::Switch() { this->type = Thing::SwitchType; } bool Switch::IsOn() { return false; }