| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "version": 1,
- "license": null,
- "copyright": null,
- "size": {
- "x": 64,
- "y": 32
- },
- "states": [
- {
- "name": "elevator_door"
- },
- {
- "name": "elevator_dooropen"
- },
- {
- "name": "elevator_dooropening",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "elevator_doorclosing",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- }
- ]
- }
|