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

HomeSeer.PluginSdk.Events.EventUpdateReturnData in SDK, but not in HS4 release #54

Closed mcsSolutions closed 4 years ago

mcsSolutions commented 4 years ago

https://forums.homeseer.com/forum/developer-support/hs4-development-private/hs4-bugs/1340454-homeseer-pluginsdk-events-eventupdatereturndata-does-not-exits-in-homeseer-pluginsdk

jldubz commented 4 years ago

EventUpdateReturnData is deprecated.

The inline documentation is usually the most up to date and should be referenced when in doubt.  Also, the event lifecycle is now handled automatically and those methods should not be overriden.