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 error
no 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 error
no setter
tryFindDeviceIp String?

Available on CustomDeviceConfig, provided by the CustomDeviceConfigX extension

Try to find the device ip address in the ping command
no setter

Methods

replaceDeviceIp(String oldIp, String newIp) → CustomDeviceConfig

Available on CustomDeviceConfig, provided by the CustomDeviceConfigX extension