Releases: imagitama/derail-valley-websocket
Releases · imagitama/derail-valley-websocket
Release list
1.4.0
1.3.0
1.2.0
- added var
train_brake(position)
| Name | Unit | Type | Example | Description |
|---|---|---|---|---|
TRAIN_BRAKE |
position |
float? |
0.363 |
The position of the train brake lever from 0 to 100%. |
Example OpenSimGauge gauge:
{
"name": "lever",
"image": "lever.svg",
"origin": ["50%", "50%"],
"position": ["50%", "50%"],
"transform": {
"rotate": {
"var": ["train_brake", "position"],
"from": 0,
"to": 180,
"min": 0,
"max": 1,
"invert": false
}
},
"rotate": 180,
"translateX": 0,
"translateY": 0,
"debug": false,
"skip": false
},
```1.1.0
1.0.3
1.0.2
- fixed emit pausing on loading a new game
- fixed crash on return to main menu
- fixed
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.error - improved WebSocket error handling and logging
Tested with OpenSimGauge 0.0.11