thingsboard / thingsboard-edge

Apache License 2.0
98 stars 74 forks source link

[Bug] Delete alarm action is not propagated properly to the edge service #50

Closed volodymyr-babak closed 1 year ago

volodymyr-babak commented 1 year ago

Describe the bug

If alarm is deleted on the cloud, it do not deleted on the edge.

To Reproduce Steps to reproduce the behavior:

  1. Create alarm on the device, that is assigned to the edge.
  2. Make sure that alarm was created on the edge as well.
  3. Delete alarm on the cloud using REST API.

Expected behavior Alarm deleted on the edge as well.