class WifiConfiguration

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
ssidSsidSSIDTo set ssid, you simply assign a value directly to a field within ssid. You can also use the parent message's HasField() method to check if a message type field value has been set.
security_keystrSecurity key to used when connecting to Wi-Fi networkYou can manipulate the field security_key as if it were a regular field. To clear the value of security_key and reset it to the default value for its type, you call the ClearField() method of the Message interface.
connect_automaticallyboolConnection mode. Set to true so robot automatically connects to this Wi-Fi network at bootup, false otherwiseYou can manipulate the field connect_automatically as if it were a regular field. To clear the value of connect_automatically and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)