From e771431756a708c866f3010ca59386faa7b1f5c0 Mon Sep 17 00:00:00 2001 From: Izya12 Date: Fri, 24 Jul 2020 07:43:21 +0100 Subject: [PATCH] inv.objectmodels: Ubiquiti | AP | PowerBeam 5AC 400 --- .../Ubiquiti/AP/PowerBeam_5AC_400.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 collections/inv.objectmodels/Ubiquiti/AP/PowerBeam_5AC_400.json diff --git a/collections/inv.objectmodels/Ubiquiti/AP/PowerBeam_5AC_400.json b/collections/inv.objectmodels/Ubiquiti/AP/PowerBeam_5AC_400.json new file mode 100644 index 0000000000..0534dc5307 --- /dev/null +++ b/collections/inv.objectmodels/Ubiquiti/AP/PowerBeam_5AC_400.json @@ -0,0 +1,26 @@ +{ + "name": "Ubiquiti | AP | PowerBeam 5AC 400", + "$collection": "inv.objectmodels", + "uuid": "74d64364-b63a-4439-ae55-4e2755e112e8", + "vendor__code": "UBIQUITI", + "description": "High-Performance airMAX Bridge, PtP/PtMP, 5 GHz, 22-29 dBi,", + "cr_context": "CHASSIS", + "connections": [ + { + "description": "Uplink port", + "direction": "s", + "gender": "f", + "name": "eth", + "protocols": ["10BASET", "100BASETX", "1000BASETX", ">POE"], + "type__name": "Electrical | RJ45" + } + ], + "data": { + "asset": { + "part_no": ["PowerBeam 5AC 400"] + }, + "management": { + "managed": true + } + } +} -- GitLab