Uses of Class
adaptlil.websocket.request.InvokeRequestModelWs
-
Uses of InvokeRequestModelWs in adaptlil.websocket
Modifier and TypeMethodDescriptionvoid
VisualizationWebsocket.invoke
(InvokeRequestModelWs invokeRequest) Use this to send adaptovis.adaptations to the frontend Send an Invoke Adaptation Request model to the frontend. -
Uses of InvokeRequestModelWs in adaptlil.websocket.request
Modifier and TypeClassDescriptionclass
JSON Request model to send via websocket { 'type': 'invoke', 'name': 'adaptation', 'adaptation': { 'state': 0/1 -> on/off 'type': deemphasis/highlighting 'strength': [0,1] (float) } }