That looks like it could be just the job.
Thank you for taking the time to reply.
Paul
On 14/09/2017 23:29, Stefano Miccoli wrote:
AFAIK it is not possible in OW-Python to access “subdirectories”.
You can try pyownet, http://pyownet.readthedocs.io/en/latest/ which I wrote to
overcome this l
AFAIK it is not possible in OW-Python to access “subdirectories”.
You can try pyownet, http://pyownet.readthedocs.io/en/latest/ which I wrote to
overcome this limitation:
#! /usr/bin/env python2
from pyownet import protocol
owp = protocol.proxy('localhost', 4304)
for sensor in owp.dir():