KHerron / SonyAPILib

Sony Smart Device C# API Library for remote control
GNU Lesser General Public License v3.0
55 stars 19 forks source link

Delay in execution #6

Closed KHerron closed 9 years ago

KHerron commented 9 years ago

There is a long delay during the population of the _mySony object. Is there a way we can manually enter this information, and speed up this process.

KHerron commented 9 years ago

Changes to the API so the _mySony object is only populated if other information is not set prior to initialize. _mySony object is still populated if the Discovery method is uses.

To speed up execution of a known device, set the following additional properties prior to initialize: device.actilList_URL ( set to empty string for generation 3 devices ("")) device.control_URL (must be correctly entered) See Manual_Initialize example for details.

KHerron commented 9 years ago

Code tested with all 3 generations. Closing Issue.