When adding a location to a device via the API I would like to add a line break between the first and second line of the address.
For example how do I get this
123 Smith St.
New York, NY 10000
Out of this /api/setobjectproperty.htm?id=10000&name=location&value=123 Smith St. New York, NY 10000&username=user&password=PW
Add comment