----------------------------------------------------------------------------- Set the command class version -----------------------------------------------------------------------------
| 327 | // Set the command class version |
| 328 | //----------------------------------------------------------------------------- |
| 329 | void WakeUp::SetVersion |
| 330 | ( |
| 331 | uint8 const _version |
| 332 | ) |
| 333 | { |
| 334 | CommandClass::SetVersion( _version ); |
| 335 | CreateVars( 1 ); |
| 336 | } |
| 337 | |
| 338 | //----------------------------------------------------------------------------- |
| 339 | // <WakeUp::SetAwake> |
no outgoing calls
no test coverage detected