Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Here the mapping of the room status numbers can be defined.

File location

XIO\CharPWM\xio.CharPMS.RoomStatusMapping.json

This JSON file must contain a valid JSON array. Each object must have the members "Text" and "Value". "Text" defines the string value received from CharPMS and "Value" the number used within the NETx Server.

The default content is:

[
  {
    "Text": "C",
    "Value": 0
  },
  {
    "Text": "D",
    "Value": 1
  },
  {
    "Text": "I",
    "Value": 2
  },
  {
    "Text": "M",
    "Value": 3
  }
]
  • No labels