Hi
My/our direct connected device project has a number of custom capabilities.
Some of the custom capabilities use displayType state so that a text message
can be presented to the user.
During earlier phases of development and testing, i.e before latest app update,
these UI-elements have been updated in the app when the tested device
has updated the value.
But… The main interface is no longer updated even though *value changes/updates are
visible in the history-tab of the app.
See attached images.
Please note that this has worked previously, there have been no changes in
code, so I assume that the app is the cause.
The same problem exists in Android and iOS.
Cheers
/Anders Holm
Capability
{
"id": "themetravel04733.flowinfo",
"version": 1,
"status": "proposed",
"name": "flowInfo",
"ephemeral": false,
"attributes": {
"flowInfo": {
"schema": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"value"
]
},
"enumCommands": []
}
},
"commands": {}
}
Presentation
{
"dashboard":{
"states":[
],
"actions":[
]
},
"detailView":[
{
"label":"Information",
"displayType":"state",
"state": {
"label": "flowInfo.value"
}
}
],
"automation":{
"conditions":[],
"actions":[]
},
"id":"themetravel04733.flowinfo",
"version":1
}