CustomDeviceConfigX extension
- on
-
- CustomDeviceConfig
Properties
- deviceIp → String
-
Available on CustomDeviceConfig, provided by the CustomDeviceConfigX extension
Get the device ip address from the ping command If the ping command doesn't contain an ip address, then throw an errorno setter - deviceUsername → String
-
Available on CustomDeviceConfig, provided by the CustomDeviceConfigX extension
Get the device username Check if the username is defined before the ip address in the ping command sample: username@192.168.1.1 If the ping command doesn't contain a username, then throw an errorno setter - tryFindDeviceIp → String?
-
Available on CustomDeviceConfig, provided by the CustomDeviceConfigX extension
Try to find the device ip address in the ping commandno setter
Methods
-
replaceDeviceIp(
String oldIp, String newIp) → CustomDeviceConfig -
Available on CustomDeviceConfig, provided by the CustomDeviceConfigX extension