eclipse-volttron / volttron-platform-driver

Apache License 2.0
0 stars 5 forks source link

Reservations system does not update the data model. #34

Open davidraker opened 1 month ago

davidraker commented 1 month ago

APIs to make reservations (the actuator agent called these scheduled tasks) are correctly interpreted by the Reservation Manager, but these are not honored when setting points.

To Reproduce

  1. Schedule a reservation from agent A.
  2. Set a point from agent B.
  3. Observe that the point changed and an exception was not raised.

Expected behavior Reservations should prevent changes to the point by any agent except the one which made the reservation.