CharPMS Room Status Mapping
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 } ]