Files
LinkScope_Client/Core/Entities/Devices.xml
2021-11-06 04:35:14 -04:00

27 lines
503 B
XML

<Devices>
<Mobile_Phone>
<Attributes>
Device UID,Brand
</Attributes>
<Icon>
Mobile_Device.svg
</Icon>
</Mobile_Phone>
<Computer>
<Attributes>
Hostname,Brand
</Attributes>
<Icon>
Computer.svg
</Icon>
</Computer>
<Camera>
<Attributes>
Device UID,Brand
</Attributes>
<Icon>
Camera.svg
</Icon>
</Camera>
</Devices>