From 93041f0db83deafb20549cd66b30f380ed834d59 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Sat, 21 Feb 2026 19:00:01 +1100 Subject: [PATCH] Add example video mappings file with decimal card ID format --- video_mappings.example.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 video_mappings.example.json diff --git a/video_mappings.example.json b/video_mappings.example.json new file mode 100644 index 0000000..2cad040 --- /dev/null +++ b/video_mappings.example.json @@ -0,0 +1,14 @@ +{ + "_comment": "Map NFC Card IDs (decimal) to video paths", + "_format": "Card IDs are the 10-digit numbers shown by standard NFC readers", + "_example_uid": "UID 042B603A9A4080 -> Card ID 983187584", + + "983187584": "videos/example_video.mp4", + + "_instructions": [ + "1. Place a tag on the portal", + "2. Note the 'NFC Card ID' displayed in the console", + "3. Add an entry: \"CARD_ID\": \"path/to/video.mp4\"", + "4. Restart the integration client" + ] +}