Property button / Property table as a numeric input widget?

I was missing the ability to enter a numeric value to forward to the device.
Apparently the new widgets Property button / Property table seem to fill that lacking function.

While the property button looks fine, I could not finalize the parametrization of the property table.


The property pattern is greyed out and the OK button is inactive.

Have you got some documentation on what is required?

Anyhow i am very pleased that this control widget is now closing that gap.
Thank you for that.

Hi!
I have the same issue. Maybe the property should be formatted in a particular way ?
Here is mine :

[
    {
        "bool": true,
        "float": 1.23,
        "int": 123,
        "string": "hello"
    },
    {
        "bool": false,
        "float": 9.567,
        "int": 145623,
        "string": "bye"
    }
]

Any help ?

Hi,

There is indeed currently a bug when selecting an specific property instead of a property pattern. We’ve created an issue and will try to fix it asap. Could not create table property widget when selecting a device property · Issue #94 · thinger-io/thinger-server · GitHub

However, the widget is expecting separate device properties, instead of one with multiple objects.

The configuration would then be something like this:
screen.20240319-185131

Which should return the desired table output in the widget
screen.20240319-185318