Skip to content

Issues with binding and subscription handling #56

Closed
@DerAndereAndi

Description

@DerAndereAndi

Binding and subscription implementations or incomplete:

  • Requesting (read) the list of bindings or subscriptions from a remote service doesn’t work. Incorrectly considered to be a “call” cmd. But not used so far by any device afaik
  • Accepted outgoing binding and subscription requests are not stored locally, and therefor will not be provided in read requests
  • Deleting bindings are only considered when coming in as a delete call from a remote client feature. But should also be possible from a remote server feature. But not used so far by any device afaik.
  • Deleting bindings currently doesn’t allow to delete all bindings for an entity or a device for a client and server role-relation. But not used so far by any device afaik.
  • If a remote declines a binding or subscription, this is currently not handled and also not exposed
  • Last two points also apply to subscriptions

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions