Data bindings and actions
Bindings determine what a component displays. Actions determine what happens when a viewer uses it.
Workflow
- Static data is stored with the project. Request reads once; Polling refreshes periodically; WebSocket receives a stream.
- Configure URL, method, response path and refresh settings only for the chosen source type.
- Map fields such as label/value, x/y and series. Test a small known sample first.
- For actions, choose the action type and its target. A temperature slider can evaluate a status-alarm rule on a device.
- Do not put private credentials in a publicly shared project.