SwitchAuth::setAuthData
Sets the authentication data for a device.
Signature
public function setAuthData(int
$switchId,
string
$login,
string
$password,
string
$enable )
Parameters
$switchId— int- The ID of the switch.
$login— string- The login username.
$password— string- The login password.
$enable— string- The enable status.
Returns
- void