Midas Button Syntax: Unterschied zwischen den Versionen

Aus metasec wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Midas features the generation of different button types based on input received from ZPhone. The button types and their syntax are: == Main Menu == Generated by…“)
 
(Phonebook)
Zeile 16: Zeile 16:
  
 
== Phonebook ==
 
== Phonebook ==
but_pb=<bool>
+
but_pb=<bool><p>
 
but_pb_url=<url to phonebook>
 
but_pb_url=<url to phonebook>
  

Version vom 13. Juni 2014, 11:47 Uhr

Midas features the generation of different button types based on input received from ZPhone.

The button types and their syntax are:

Main Menu

Generated by default

Slider

but_slider=<bool>

IP Cam Picture

but_cam=<bool>

IP Cam Video

but_stream=<bool>

Phonebook

but_pb=<bool>

but_pb_url=<url to phonebook>

Phone

but_phone=<bool>

(this is not a button, but an UI extension)

Code Scanner

but_qr=<bool>

E-Mail

but_email=<bool>

Search Engine

but_search=<bool>

IP Cam Submenu

cam<counter>_url=<cam base url> cam<counter>_pic_url=<jpg file> cam<counter>_vid_url=<mjpg file> cam<counter>_name=<camname string>

Custom Apps

name=<appname string>

url=<absolute url>