In the context of the RestNetwork, the proxy extension of these points can accept two types of values:
-
A String
-
A Number
If the point receives a String, it will look inside the range in the point's facets and check if there is an entry with a tag (NOT THE DISPLAYNAME) which is equal to the received value.
If the point receives a Number, it will look inside the range in the point's facets and check if there is an entry with an ordinal which is equal to the received value.
Be careful, a String with the value "48" and an Integer with the value 48 are two TOTALLY DIFFERENT values in this context
If an enum receives the String with the value "48", it will search an entry with a TAG equal to 48, it doesn't look at the ordinals
Feel free to use a StringToNumeric converter to transform your String value to a number