find_device_by_property
Description:
[ Version ( since = "0.1.8" ) ]
public async Device find_device_by_property (string key, string value, Cancellable? cancellable) throws Error
  public async Device find_device_by_property (string key, string value, Cancellable? cancellable) throws Error
Finds a color device that has a property value.
Parameters:
| this | a Client instance. | 
| key | the device property key | 
| value | the device property value | 
| cancellable | a Cancellable, or null | 
| callback | the function to run on completion | 
| user_data | the data to pass to  |