How to get list of azsphere device wifi show-status?

82 views Asked by At

I am getting for single device for below command

azsphere device wifi show-status

SSID : xxxxxxx

Configuration state : enabled

Connection state : connected

Security state : psk

Frequency : 2xxx

Mode : station

Key management : WPA2-PSK

WPA State : COMPLETED

IP Address : 195.xxxxxxx

MAC Address : 26:xxxxxxxxx

Command completed successfully in 00:00:0xxxxxxx.

How to get for list of multiple device mac ?

1

There are 1 answers

1
LeelaRajesh_Sayana On BEST ANSWER

The command azsphere device wifi show-status is meant to show the status of the Wi-Fi interface on the attached device.

Even if there are multiple devices connected to the Windows machine, the command line enforces you to specify the device ID, IP address or the Local Connection ID of the attached device. Please refer the below image for more details on the parameters of the command.

enter image description here

Here is the link to the official documentation on Azure Sphere CLI command interface.

Even if you have multiple connected devices, the only way to achieve what you are looking for, with the current implementation, is to run the command against each connected device individually.