meta.json 580 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": 1,
  3. "license": null,
  4. "copyright": null,
  5. "size": {
  6. "x": 64,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "elevator_door"
  12. },
  13. {
  14. "name": "elevator_dooropen"
  15. },
  16. {
  17. "name": "elevator_dooropening",
  18. "delays": [
  19. [
  20. 0.1,
  21. 0.1,
  22. 0.1,
  23. 0.1,
  24. 0.1,
  25. 0.1
  26. ]
  27. ]
  28. },
  29. {
  30. "name": "elevator_doorclosing",
  31. "delays": [
  32. [
  33. 0.1,
  34. 0.1,
  35. 0.1,
  36. 0.1,
  37. 0.1,
  38. 0.1
  39. ]
  40. ]
  41. }
  42. ]
  43. }