Hi,
using macros on the endpoint you can change the custom button names / UI text too. You have to add the localization strings into your macro, then use string operations to search and replace the custom UI strings for the localized versions. Then u...
Based on my experience you need at least TMS 15.6.1 to be able to upgrade the Room Kit Plus units correctly. It requires to be upgraded using the .loads file, which is not supported in TMS 15.5. Upgrading with the .pkg file results in the camera not ...
Yes, you can use the command XML API of the endpoints to upload macros. Also from CE9.3 you have the option to create a backup file on one endpoint that contains the macros and use TMS to load the backup on all other units. Check the CE9 release note...
Thanks. And meanwhile I found out that you have to also make sure that there is no new line after the password. I.e.
<PrivateKeyPassword>[Password]</PrivateKeyPassword> is the correct form, and not
<PrivateKeyPassword>
[Password]
</PrivateKeyPas...