From 5a21ea2b523ac4bf115958921c6a8249cec05f4f Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Tue, 29 Sep 2020 16:33:05 +0200 Subject: [PATCH] Create README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67dc910 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Display Management + +The module `sv-display-mgmt` is an [iTop](https://www.itophub.io/) extension to add a new object class [Display](#display) to the [End user devices](https://www.itophub.io/wiki/page?id=latest:datamodel:itop-endusers-devices). +This new class can be used to document monitors, multimedia projectors, TV and smart boards. + +## Installation + +Place this in the `extensions` folder of your iTop instance and run iTop setup again. +Be sure to enable the extension during setup. + +## Features + +### Display + +![Display icon](images/display.png) Parent: `PhysicalDevice` + +* Size _(Integer)_ Size of the display in inches +* Type _(ExternalKey)_ [DisplayType](#displaytype) + +### DisplayType + +Parent: `Typology`