LavaUI docs

message OutputRequest

Control plane

message OutputRequest

What to set a screen to.

The whole state rather than the one field that changed, so that applying it is one commit: a screen asked to change mode and position in two calls would be re-laid-out twice, and the intermediate arrangement is one the user never asked for.

width/height of 0 means "the mode it prefers", refresh of 0 means "the fastest at that size", and scale of 0 means "leave it alone" — the same three defaults the config file has.

idl/lava.npidl:363

Fields

enabled: boolean

Not documented.

idl/lava.npidl:365

height: u32

Not documented.

idl/lava.npidl:367

name: string

Not documented.

idl/lava.npidl:364

refresh: u32

Not documented.

idl/lava.npidl:368

scale: f32

Not documented.

idl/lava.npidl:369

transform: u32

Not documented.

idl/lava.npidl:372

width: u32

Not documented.

idl/lava.npidl:366

x: i32

Not documented.

idl/lava.npidl:370

y: i32

Not documented.

idl/lava.npidl:371