epics-containers / pvi

EPICS PV Interface described in YAML
https://epics-containers.github.io/pvi
Apache License 2.0
4 stars 3 forks source link

SignalR default widget is none #102

Closed gilesknap closed 7 months ago

gilesknap commented 8 months ago

If I don't specify a TextRead widget for my SignalR then i get a label with no widget at all. Adding

        read_widget:
          type: TextRead

Makes it all good.