TV cards configuration |
clients/tv_auto.ycp |
Client for autoinstallation | |
|
|
This module has an unstable interface. |
This is a client for autoinstallation. It takes its arguments,
goes through the configuration and returns the settings.
Does not do any changes to the configuration.
Imports
Includes
|
Info:
- Parameters:
-
first a map of tv settings
- Example
-
map mm = $[ "cards" : [] ]; map ret = WFM::CallModule ("tv_auto", [ mm ]);