cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1040
Views
5
Helpful
1
Replies

SX-10 Proximity API

gnegronida
Level 1
Level 1

Hey guys,

 

I have been searching for a command within the SX-10 API that will give me a boolean response for whether or not the SX-10 is connected to a device via proximity. Is there such a thing? I need this for a script.

 

Thanks.

- Grady

1 Accepted Solution

Accepted Solutions

Magnus Ohm
Cisco Employee
Cisco Employee

Hi

You can use the xStatus //Peripherals to see connected devices. For Proximity clients you will see something like this for each client that is connected:

*s Peripherals ConnectedDevice 1064 HardwareInfo: "Unknown iPhone"
*s Peripherals ConnectedDevice 1064 ID: "byod-9862aE13"
*s Peripherals ConnectedDevice 1064 Name: "iPhone"
*s Peripherals ConnectedDevice 1064 SoftwareInfo: "ios-1.2.3-Alpha4"
*s Peripherals ConnectedDevice 1064 Status: Connected
*s Peripherals ConnectedDevice 1064 Type: Byod
*s Peripherals ConnectedDevice 1064 UpgradeStatus: None

/Magnus

View solution in original post

1 Reply 1

Magnus Ohm
Cisco Employee
Cisco Employee

Hi

You can use the xStatus //Peripherals to see connected devices. For Proximity clients you will see something like this for each client that is connected:

*s Peripherals ConnectedDevice 1064 HardwareInfo: "Unknown iPhone"
*s Peripherals ConnectedDevice 1064 ID: "byod-9862aE13"
*s Peripherals ConnectedDevice 1064 Name: "iPhone"
*s Peripherals ConnectedDevice 1064 SoftwareInfo: "ios-1.2.3-Alpha4"
*s Peripherals ConnectedDevice 1064 Status: Connected
*s Peripherals ConnectedDevice 1064 Type: Byod
*s Peripherals ConnectedDevice 1064 UpgradeStatus: None

/Magnus