Meridix Platform - v. 3.9.15.5288 or later Meridix MiCloud Telepo Wallboard - v. x.x.1020 or later |
Add the following JSON object to the array list
[ { "name": "Telepo live widget", "enabled": "true", "enabledPropertyKey": "micloud.widgets_enabled", "externalEndpointBaseAddress": "UrlToMeridixMiCloudTelepoWallboard", // Exchange with correct url "externalEndpointServerSideBaseAddress": "UrlToMeridixMiCloudTelepoWallboard", // Exchange with correct url "manifestPath": "/api/externalwidgets/manifest", "manifestPathVerb": "POST", "endpointRequiredProperties": [ { "propertyKey": "micloud.baseUrl", "defaultValue": "customerTelepoBaseUrl" // Can be omitted if the customer domain is configured in the wallboard installation }, { "propertyKey": "micloud.domain", "defaultValue": "test.com" // Will show test data when this property is not set }, { "propertyKey": "micloud.username", "defaultValue": "testusername" }, { "propertyKey": "micloud.token", "defaultValue": "testtoken" } ] } ] |
Note: if you have changed the value as explained in step 4 above then you need to change the value below "telepo_live.widgets_enabled=True" to "Telepo_live.Meridix_Sweden_enabled=true"
micloud.widgets_enabled=True micloud.baseUrl=https://MyTelepoApiUrl micloud.domain=MyDomain.com micloud.username=MyUsername micloud.token=MyTelepoToken |