#include "include/unit.h" namespace womolin::unit { bool UpdateUnitSignalSetReset( std::string & key, std::string & value ) { return false; } bool UpdateUnitSignalOnOff( std::string & key, std::string & value ) { return false; } bool UpdateUnitSignalCloseOpen( std::string & key, std::string & value ) { return false; } }