Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] support for resource instances?

Hi all,

I've been trying to implement read, write and observe on resource instances, which leshan has support for [1] and noticed that ReadRequest, ObserveRequest and  WriteRequest extend  AbstractDownlinkRequest [2], which throws InvalidRequestException if path.isResourceInstance() 

What am I missing here? 


--
Best Regards,
Arjun





Back to the top