You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
e.g.
GET devices?wildcard=localhost/*/*/*
responses with all devices at localhost tango host i.e. same as
GET hosts/localhost/devices
GET devices?wildcard=localhost/sys/*/*
responses with all devices in localhost/sys domain
GET devices?wildcard=localhost/sys/*/*&wildcard=hzgxenvtest/sys/*/*
responses with all devices in localhost/sys and hzgxenvtest/sys domains
GET attributes?wildcard=localhost/sys/*/*/State&wildcard=hzgxenvtest/p05/motor/rot.x/Position
responses with all State attributes in localhost/sys domain and Position of hzgxenvtest/p05/motor/rot.x
The text was updated successfully, but these errors were encountered: