-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |