openbase / bco.dal

Domotic Abstraction Layer
Other
1 stars 2 forks source link

UnitGroupRemote does not support applyActionAuthenticated #125

Closed pLeminoq closed 5 years ago

pLeminoq commented 5 years ago

This issue currently blocks the cloud connector from dealing with groups correctly. Because it initializes requests with tokens the default apply action method cannot be used. This should be implemented on remote side as the normal apply action method. One issue with this is that the service remote manager would need to decrypt the action description to select the matching service remote. Therefore only the default session manager could be used. Furthermore it should be checked if this issue also exists for location remotes.

DivineThreepwood commented 5 years ago

this issue has been fixed, right?

pLeminoq commented 5 years ago

Issue is fixed. Is now implemented on controller side.