Created
December 24, 2025 13:46
-
-
Save fajarlabs/c4d65302390c5a0adb87f442e1729782 to your computer and use it in GitHub Desktop.
Contoh RUN response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "run": { | |
| "open_gate": { | |
| "gate": "r1", | |
| "delay": 2 | |
| }, | |
| "play_audio": "welcome_in", | |
| "turn_on_led": "led1", | |
| "print_custom": { | |
| "elements": [ | |
| { | |
| "type": "text", | |
| "text": "TIKET PARKIR IKN", | |
| "align": "center", | |
| "bold": true, | |
| "size": "large" | |
| }, | |
| { | |
| "type": "line", | |
| "char": "=", | |
| "length": 48 | |
| }, | |
| { | |
| "type": "feed", | |
| "lines": 1 | |
| }, | |
| { | |
| "type": "text", | |
| "text": "No: PKR-001234", | |
| "align": "center", | |
| "bold": true, | |
| "size": "wide" | |
| }, | |
| { | |
| "type": "feed", | |
| "lines": 1 | |
| }, | |
| { | |
| "type": "qrcode", | |
| "data": "PKR-001234", | |
| "align": "center", | |
| "qr_size": 6 | |
| }, | |
| { | |
| "type": "feed", | |
| "lines": 1 | |
| }, | |
| { | |
| "type": "text", | |
| "text": "Plat: B 1234 XYZ", | |
| "align": "center" | |
| }, | |
| { | |
| "type": "text", | |
| "text": "Masuk: 2025-12-24 10:30:00", | |
| "align": "center" | |
| }, | |
| { | |
| "type": "feed", | |
| "lines": 2 | |
| }, | |
| { | |
| "type": "line", | |
| "char": "-" | |
| }, | |
| { | |
| "type": "text", | |
| "text": "Terima kasih", | |
| "align": "center" | |
| }, | |
| { | |
| "type": "feed", | |
| "lines": 3 | |
| }, | |
| { | |
| "type": "cut" | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment