Definition at line 365 of file temperature.cc.
References Temperature::State::kConnected, Temperature::State::kDisconnected, Temperature::State::kValid, StateMachinePowerControl< T, S >::SetDebugRx(), and StateMachinePowerControl< T, S >::SetVerbosity().
370 "No connection to web-server could be established recently");
373 "Connection established, but no valid data received");
376 "Connection established, received data valid");
379 T::AddEvent(
"SET_VERBOSE",
"B:1")
381 (
"Set verbosity state" 382 "|verbosity[bool]:disable or enable verbosity for interpreted data (yes/no)");
384 T::AddEvent(
"SET_DEBUG_RX",
"B:1")
386 (
"Set debux-rx state" 387 "|debug[bool]:dump received text and parsed text to console (yes/no)");
int SetVerbosity(const EventImp &evt)
int SetDebugRx(const EventImp &evt)