MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetAsString

Method GetAsString

cpp/src/value_classes/ValueSchedule.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362string const ValueSchedule::GetAsString() const {
363 /* we should actuall find a way to return the arrays of switchpoints nicely */
364 return "SwitchPoint";
365}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected