| 1234567891011121314151617181920 |
- ADD_SCENE(nfc_maker, start, Start)
- ADD_SCENE(nfc_maker, bluetooth, Bluetooth)
- ADD_SCENE(nfc_maker, contact, Contact)
- ADD_SCENE(nfc_maker, contact_last, ContactLast)
- ADD_SCENE(nfc_maker, contact_mail, ContactMail)
- ADD_SCENE(nfc_maker, contact_phone, ContactPhone)
- ADD_SCENE(nfc_maker, contact_url, ContactUrl)
- ADD_SCENE(nfc_maker, https, Https)
- ADD_SCENE(nfc_maker, mail, Mail)
- ADD_SCENE(nfc_maker, phone, Phone)
- ADD_SCENE(nfc_maker, text, Text)
- ADD_SCENE(nfc_maker, url, Url)
- ADD_SCENE(nfc_maker, wifi, Wifi)
- ADD_SCENE(nfc_maker, wifi_auth, WifiAuth)
- ADD_SCENE(nfc_maker, wifi_encr, WifiEncr)
- ADD_SCENE(nfc_maker, wifi_pass, WifiPass)
- ADD_SCENE(nfc_maker, save_generate, SaveGenerate)
- ADD_SCENE(nfc_maker, save_uid, SaveUid)
- ADD_SCENE(nfc_maker, save_name, SaveName)
- ADD_SCENE(nfc_maker, save_result, SaveResult)
|