----------------------------------------------------------------------------- Request current state from the device -----------------------------------------------------------------------------
| 818 | // Request current state from the device |
| 819 | //----------------------------------------------------------------------------- |
| 820 | string const CommandClass::GetCommandClassLabel |
| 821 | ( |
| 822 | ) |
| 823 | { |
| 824 | return m_commandClassLabel; |
| 825 | } |
| 826 | |
| 827 | //----------------------------------------------------------------------------- |
| 828 | // <CommandClass::RequestStateForAllInstances> |
nothing calls this directly
no outgoing calls
no test coverage detected