newCardExample.json 316 B

1234567891011121314151617
  1. {
  2. "cmd":"new_card",
  3. "bg_color": 13,
  4. "responseTopic": "/card_new1",
  5. "elements": [
  6. {
  7. "id": 0,
  8. "type": "text",
  9. "position": {
  10. "x": 60,
  11. "y": 70
  12. },
  13. "size": 3,
  14. "value": "hello"
  15. }
  16. ]
  17. }