eclipse-volttron / volttron-platform-driver

Apache License 2.0
0 stars 5 forks source link

Start and Stop APIs do not update polling behavior. #36

Open davidraker opened 1 month ago

davidraker commented 1 month ago

Start and stop APIs correctly update the active flag on the equipment node, but the change is not reflected in polling. This results from #33 .

To Reproduce

  1. Set a point active using the start or stop API.
  2. Observe that there has not been an effect on polling.

Expected behavior These APIs should start or stop polling of affected points.