This is controller for streams. It supports WS streaming.
Send the current object after its update to all clients.
| Name | Type | Description |
|---|---|---|
id |
string |
The id of the object. |
{
"key": "value",
"key2": "value2",
...
}
Send the current object property after its update to all clients.
| Name | Type | Description |
|---|---|---|
id |
string |
The id of the object. |
prop |
string |
The name of the property. |
Returns the current value of the property.