Topic: To get unit device
How can I get device(id,name, it's details) which is attachable to Unit.
I mean, we need device details from unit.
which API we need to use to get aboce data ?
How can I get device(id,name, it's details) which is attachable to Unit.
I mean, we need device details from unit.
which API we need to use to get aboce data ?
You need to do core/search_item with advanced properties flag.
Then you can get all device names with core/get_hw_types and match hw field of the unit to id from get_hw_types.