eclipse-volttron / volttron-platform-driver

Apache License 2.0
0 stars 5 forks source link

Disable API only finds points. #39

Open davidraker opened 1 month ago

davidraker commented 1 month ago

The disable API fails to correctly identify device-level topics. it instead configures all the points under the device. While this achieves the result of disabling, it should not touch all these configurations.

To Reproduce

  1. Disable a device (not a point) with the API.
  2. Note that all the registry entries are changed rather than the device configuration.

Expected behavior Only the device configuration file should be affected.