Skip to content
Innomesh Docs
Room Manager Since v3.5.0

Room Operation Mapping

Sight monitors rooms; Room Operation Mapping lets you control them. It bundles one or more device-level Ops actions into a single room operation, so a support team member can power a room off, set its AV source, or adjust its volume with one click from Innomesh Portal, without touching each device individually. This brings room control, a convenience normally associated with the Space subscription tiers, to Sight and Ops deployments.

📝 Note
Room Operation Mapping requires Innomesh Ops. Configuring mappings requires room configuration edit permissions in Room Manager, and executing operations from Portal is governed by its own RBAC permission for performing asset operations.

How It Works

A room operation links a named operation to one or more device actions. When the operation is triggered from the Portal, all of its mapped device actions execute together. The standard operations are:

  • Power On
  • Power Off
  • Set AV Source
  • Set Volume Level

The list can be extended per tenancy, and ticking Custom Operation lets you define an operation with your own name and parameters.

Parameter Types

Each operation carries one of three parameter types, which determines what, if anything, the operator supplies:

Parameter typeBehaviourExample
NoneThe operation takes no inputPower On, Power Off
FixedThe value is set in the mapping itselfSet AV Source with Input “PC”
VariableThe operator supplies the value at execution time; the value is typed (Integer, String, or Boolean), with Min and Max bounds for numeric rangesSet Volume Level with a Volume Percent between 0 and 100

An operation with fixed parameters can be mapped several times with different values, for example Set AV Source once for “PC” and once for “Laptop”. The Portal presents these as a single operation with a list of selectable values.

Adding a Mapping

  1. Open a Sight room.
  2. Open the Options menu in the top right and select Room Operation Mapping.
  3. Click Add Mapping.
  4. Under Room Operation, choose the Operation. Its parameter fields appear automatically: nothing for Power On and Power Off, a fixed Input value for Set AV Source, or the typed Volume Percent range for Set Volume Level. Alternatively, tick Custom Operation and define your own.
  5. Click + Add Item to map a device action. Select the Device (drawn from the room’s device list) and the Operation the device should perform, drawn from its available Ops actions. The action’s parameters are pre-populated; complete any remaining fields, such as a channel selection or a fixed value, and confirm the row with the tick.
  6. Repeat + Add Item for every device action the room operation should trigger.
  7. Click Add, then OK, and update the room to apply the change.

Add Room Operation Mapping dialog mapping Power Off to the touch panel's Set Standby action A Power Off room operation that places the room’s touch panel into standby | Innomesh Room Manager

For a variable operation such as Set Volume Level, the parameter name and type are pre-populated, and you define the permitted range:

Set Volume Level operation with a variable integer parameter and Min and Max fields A variable operation: the operator chooses the volume percentage at execution time | Innomesh Room Manager

The mapping list shows each room operation alongside its device actions. Where a room operation maps to more than one device action, the entry shows “+X more operations”, and hovering reveals the full list. Tick one or more mappings to reveal the Delete button.

Room Operation Mapping list with Power Off and Set Volume Level operations mapped to device actions Two room operations, one parameterless and one variable, mapped to device actions | Innomesh Room Manager

Executing Room Operations

To trigger a room operation:

  1. Navigate to the Rooms section in Innomesh Portal.
  2. Locate your room.
  3. Access the context menu.
  4. Select the room operation.

All mapped device actions execute together. Operations with a variable parameter prompt the operator for the value, within the Min and Max bounds defined in the mapping. If a mapped device has since been removed from the room, its action is skipped and the remaining actions still run.

Portal room row context menu showing standard entries alongside configured room operations including Cust Opn 1, Power Off, Power On, Set AV Source, and Set Volume Level.

Mapping at the Template Level

Room operations can also be defined on a Sight template, via the same Room Operation Mapping entry in the template’s Options menu, so every room created from the template ships with the same operations.

Relationship to Room State Mapping

Room Operation Mapping is the control-side counterpart to Room State Mapping. State mapping reads device properties to derive what the room is doing; operation mapping writes commands to devices to change it. Together they give Sight rooms round-trip remote monitoring and control.