CharPMS Occupancy Status Mapping
Here the mapping of the occupancy status numbers can be defined.
File location
XIO\CharPWM\xio.CharPMS.OccupancyStatusMapping.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": "V", "Value": 0 }, { "Text": "VO", "Value": 1 }, { "Text": "O", "Value": 2 }, { "Text": "OO", "Value": 3 } ]