Skip to content

Commit 5a21ea2

Browse files
committed
Create README
1 parent 322676a commit 5a21ea2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Display Management
2+
3+
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).
4+
This new class can be used to document monitors, multimedia projectors, TV and smart boards.
5+
6+
## Installation
7+
8+
Place this in the `extensions` folder of your iTop instance and run iTop setup again.
9+
Be sure to enable the extension during setup.
10+
11+
## Features
12+
13+
### Display
14+
15+
![Display icon](images/display.png) Parent: `PhysicalDevice`
16+
17+
* Size _(Integer)_ Size of the display in inches
18+
* Type _(ExternalKey)_ [DisplayType](#displaytype)
19+
20+
### DisplayType
21+
22+
Parent: `Typology`

0 commit comments

Comments
 (0)