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

"Device_API_Description": "Undefined API=513" #304

Open alexbk66 opened 2 years ago

alexbk66 commented 2 years ago

I looked in devices.json and found that all devices have

"Device_API_Description": "Undefined API=513"

(512 for root)

But the EApiType enum defines Device = 512, Feature = 513

Am I doing something wrong, or it's a bug?

image

image

image

jldubz commented 2 years ago

It's a "bug". I will have to do some more investigation to confirm - this is an incorrectly referenced type in the core code. It doesn't hurt anything since the values are all correct. It incorrectly displays the textual representation. Still should be fixed.

jldubz commented 2 years ago

Logged as HS-1684