calendar.json 435 B

12345678910111213141516171819202122
  1. {
  2. "cmd":"new_card",
  3. "bg_color": 13,
  4. "responseTopic": "/card_new1",
  5. "elements": [
  6. {
  7. "id": 0,
  8. "type": "calendar",
  9. "position": {
  10. "x": 60,
  11. "y": 70
  12. },
  13. "size": 3,
  14. "value": "hello",
  15. "date": {
  16. "year": 2019,
  17. "month": 6,
  18. "day": 30
  19. }
  20. }
  21. ]
  22. }