

1. Properties
=============

1.1. loglevel
-------------

this property is no longer supported, since OpenHBCI/AqMoney themselves now
use the GWEN_Logger, and using this property here would cause more problems
than it actually helps solving.


1.2. usekeypad
--------------

1.2.1 Description

This is a boolean variable. If true and the card reader has a builtin keypad,
this keypad will be used to input the PIN. Otherwise the default 
authentificator of OpenHBCI will be used (which might be the PINMANAGER of
AqMoney or simply the builtin authentificator which asks the user via stdin).

1.2.2 Allowed Values

 - "yes"
 - "true"
 - "1"
 - "no"
 - "false"
 - "0"

1.2.3 Default Value

Default is "yes"



