Remember
Register
Home
/
Support
/
Support Forum
/
How to get device enpoints with label using digi api?
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(390)
Account Setup
(7)
Web Services
(29)
Device Manager
(169)
Data Services
(55)
Cloud Connector
(32)
Python
(1,023)
RF Solutions and XBee
(8,464)
Digi TransPort
(792)
Digi Connect Cellular
(450)
DAL
(5)
Embedded Devices
(4,174)
Google Coral
(2)
Rabbit
(3,202)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(604)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,275)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(380)
How to get device enpoints with label using digi api?
0
votes
Hi,
I want to get device endpoints with labels like simple meter. Is there any function or method is available in digi api?
Thanks
device
endpoint
label
asked
May 7, 2014
in
Web Services
by
murali02
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Which API are you using? Are you referring to the API of the Device Cloud's Web Services, the API of the Smart Energy Framework python application, or some other API entirely? How are you trying to "get" the endpoints?
answered
May 8, 2014
by
michaelt
Veteran of the Digi Community
(
768
points)
Hi,
Thanks for your reply. I am using "get_device_information" method to get device list for particular gateway. It returns MAC address and endpoints only. But I need the endpoint with label texts.
The get_device_information command basically pulls back a list of what it finds as a ZDO Device Record for the devices on a network, nothing more.
As for your description, I'm not sure what you mean by endpoint with label texts in the context of the ZDO Device Records. If you mean in the node descriptor, this would be an optional parameter of a device, and would be up to the device manufacturer to populate those parameters.
Links:
https://digi-se.appspot.com/edocs/interface_reference/RPC_ZigBee_Interface.html#get-device-information
https://digi-se.appspot.com/edocs/class_reference/records/zdo_records.html#class-zdodevicerecord
https://digi-se.appspot.com/edocs/class_reference/records/zdo_records.html#class-node-desc-rsp]zdo
record
Please
log in
or
register
to add a comment.
...