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

UnregisterDeviceIncPage NotImplementedException: The method or operation is not implemented. #92

Closed Enigmatheatre closed 4 years ago

Enigmatheatre commented 4 years ago

Environment and System Config

Describe the issue you are encountering When calling UnregisterDeviceIncPage I get NotImplementedException: The method or operation is not implemented and this needs to be used as this is not removed from the Add a new device list when the plugin is shutdown

Steps to Reproduce Steps to reproduce the behaviour:

  1. use RegisterDeviceIncPage in a plugin to register a link in the device Add a new device list
  2. there is now no way to remove the link and it takes the user to the page even if the plugin is not running

Expected behaviour The link should be removed by HS when the plugin is shut down like the other likes are or we need to use UnRegisterDeviceIncPage


Screenshots

Logs

Additional info

Enigmatheatre commented 4 years ago

To Add to this if you enable the sample plugin it registers the link and then if you disable it there is still a link in the Add a device list.

rjhelmke commented 4 years ago

Logged has issue HS-750

Enigmatheatre commented 4 years ago

Rich, Any update on this and other bugs in the SDK?

rjhelmke commented 4 years ago

Sorry, this was fixed in build 4.0.6.0. I missed the link from our system to Github.