----------------------------------------------------------------------------- Retrieve controller interface path -----------------------------------------------------------------------------
| 668 | // Retrieve controller interface path |
| 669 | //----------------------------------------------------------------------------- |
| 670 | string Manager::GetControllerPath |
| 671 | ( |
| 672 | uint32 const _homeId |
| 673 | ) |
| 674 | { |
| 675 | string path = ""; |
| 676 | if( Driver* driver = GetDriver( _homeId ) ) |
| 677 | { |
| 678 | path = driver->GetControllerPath(); |
| 679 | } |
| 680 | return path; |
| 681 | } |
| 682 | //----------------------------------------------------------------------------- |
| 683 | // Polling Z-Wave values |
| 684 | //----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected