Uses of Class
adaptlil.websocket.request.InvokeRequestModelWs
Packages that use InvokeRequestModelWs
-
Uses of InvokeRequestModelWs in adaptlil.websocket
Methods in adaptlil.websocket with parameters of type InvokeRequestModelWsModifier 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
Subclasses of InvokeRequestModelWs in adaptlil.websocket.requestModifier 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) } }