HomeSeer / Plugin-SDK

Plugin development kit for the 4th major edition of the HomeSeer platform.
https://www.nuget.org/packages/HomeSeer-PluginSDK/
GNU Affero General Public License v3.0
20 stars 4 forks source link

DeviceExistsAddress #310

Open alexbk66 opened 2 years ago

alexbk66 commented 2 years ago

HS3 had DeviceExistsAddress, but HS4 doesn't seem to have it?

spudwebb commented 2 years ago

No DeviceExistsAddress or similar does not exist in the PluginSdk.

But there is GetDeviceByAddress / GetFeatureByAddress, which should return null if the address doesn't exist.