eclipse-volttron / volttron-platform-driver

Apache License 2.0
0 stars 5 forks source link

Overrides are not honored. #35

Open davidraker opened 1 month ago

davidraker commented 1 month ago

Override APIs do not prevent use of devices.

To Reproduce

  1. Set an override.
  2. Attempt to set the value of a point.
  3. Observe that the actuation was allowed.

Expected behavior Overridden devices should not allow control by agents.