Files
terraform-provider-unifi/docs/resources/setting_lcd_monitor.md
Mateusz Filipowicz b9284f7758 docs: improve documentation for 1.0.0 release (#75)
* docs: add examples and recreate TF documentation

* update readme

* add information about experimental support of firewall zones
2025-03-22 19:13:16 +01:00

33 lines
1.2 KiB
Markdown

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "unifi_setting_lcd_monitor Resource - terraform-provider-unifi"
subcategory: ""
description: |-
Manages LCD Monitor (LCM) settings for UniFi devices with built-in displays, such as the UniFi Dream Machine Pro (UDM Pro) and UniFi Network Video Recorder (UNVR).
---
# unifi_setting_lcd_monitor (Resource)
Manages LCD Monitor (LCM) settings for UniFi devices with built-in displays, such as the UniFi Dream Machine Pro (UDM Pro) and UniFi Network Video Recorder (UNVR).
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `enabled` (Boolean) Whether the LCD display is enabled.
### Optional
- `brightness` (Number) The brightness level of the LCD display. Valid values are 1-100.
- `idle_timeout` (Number) The time in seconds after which the display turns off when idle. Valid values are 10-3600.
- `site` (String) The name of the UniFi site where this resource should be applied. If not specified, the default site will be used.
- `sync` (Boolean) Whether to synchronize display settings across multiple devices.
- `touch_event` (Boolean) Whether touch interactions with the display are enabled.
### Read-Only
- `id` (String) The unique identifier of this resource.