Skip to main content

furniture.dimmer_presets

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 2710
  • Header: ITEM_DIMMER_SETTINGS
  • Direction: Server to Client (s2c)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the dimmer preset configuration

Payload fields

FieldTypeRequiredDescription
presetCountint32requiredNumber of presets (typically 3).
currentPresetint32requiredIndex of the currently active preset (1-3).
presetsobject[]requiredArray of preset records. Each contains: presetId (int32), backgroundOnly (int32), color (int32), brightness (int32).

Behavior

Sender

Sent in response to furniture.get_dimmer_settings (c2s 2813) with the three available presets and the active preset index.

Receiver

The client populates the dimmer control panel. Confirmed in GLADIATOR.

Notes

  • No additional notes