implement RemoteResource inheriting the same Resource class
now when running get_resources_from_rd it returns a list of RemoteResource objects that are Resource objects that can be called as if they are local resources.
Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- src/eddie_endpoint.py 15 additions, 3 deletionssrc/eddie_endpoint.py
- src/example_lamp_endpoint.py 6 additions, 2 deletionssrc/example_lamp_endpoint.py
- src/example_temp_endpoint.py 44 additions, 0 deletionssrc/example_temp_endpoint.py
- src/remote_resource.py 55 additions, 0 deletionssrc/remote_resource.py
.gitignore
0 → 100644
src/example_temp_endpoint.py
0 → 100644
src/remote_resource.py
0 → 100644
Please register or sign in to comment