{{ble_device.id}}
{{ble_device.name}}
{{find_service_name(service.uuid)}}
{{image_type}}
{{image_size.width}}x{{image_size.height}}
{{image_icon_list[image_icon]}}
UTF-8 ⇔ バイト配列
HMAC(SHA256)
AES
{{array_base.length}}
(例) 0011aabb
(例) 00 11 aa bb
(例) 0x00, 0x11, 0xaa, 0xbb
(例) (byte)0x00, (byte)0x11, (byte)0xaa, (byte)0xbb
(例) 0, 1, 2, 3, 4
{{date_localestring}}
{{date_tolocalestring_string}}
{{new Date().toISOString()}}
{{new Date().toUTCString()}}