Hello,
Thank you for your work on this.
I want to add support for getting the battery status. Any pointers on where I should start?
Thank you.
EDIT 1:
I was able to get some information out using the get_from_url () function. I will keep this thread updated.
url = "{}/monitoring/status".format(ctx.api_base_url)
huaweisms.api.common.get_from_url(url, ctx)
Hello,
Thank you for your work on this.
I want to add support for getting the battery status. Any pointers on where I should start?
Thank you.
EDIT 1:
I was able to get some information out using the
get_from_url ()function. I will keep this thread updated.