======================================= Type deai.plugin.xorg.randr:MonitorInfo ======================================= .. lua:module:: deai.plugin.xorg.randr.MonitorInfo Infotrmation about a monitor See :lua:attr:`OutputConfig.down `, :lua:attr:`OutputConfig.left `, :lua:attr:`OutputConfig.match `, :lua:attr:`OutputConfig.right `, :lua:attr:`OutputConfig.up ` for more information about this type Properties ========== .. list-table:: :header-rows: 0 * - :lua:attr:`make ` - The make of the monitor * - :lua:attr:`model ` - The model of the monitor * - :lua:attr:`output ` - The the output this monitor is connected to * - :lua:attr:`serial ` - The serial number of the monitor .. lua:attribute:: make: string :type: string The make of the monitor .. lua:attribute:: model: string :type: string The model of the monitor .. lua:attribute:: output: Output :type: :lua:mod:`Output ` The the output this monitor is connected to .. lua:attribute:: serial: string :type: string The serial number of the monitor