Dynamic values
Sometimes you might want to store values that change periodically. It's possible to update the stored values in real-time.
Updating or overriding the values won't cause connected clients running the software to update the values; you need to use the live update API to force this action.
The update endpoint sends the new value to connected clients while replacing the old value.
Last updated
Was this helpful?