String homepage_template(void){ String homepage = ""; homepage = homepage + "" "" "" "" ""+String(titel)+"("+ String(hostname) +")" "" "" "" "" "" "" "" "" "" "" "
" "

"+String(titel)+"

" "

An REST-API Arduino microcontroller, which allows you to interact with hardware and the physical environment.

" "

Controller

" "
"; for(const char* parameter : PARAMETER_LIST){ String parameter_type=getParameterType(parameter); if(parameter_type.equals("boolean")){ homepage = homepage + "
" "" "
" "" "
" "
"; }else{ homepage = homepage + "
" "" "
" "" "
" "
"; } } homepage = homepage + "" "
" "

Data

" "
"
           + getJson() +
        "
" "

The sensor datas in plane text can be reached here.

" "
" "

Please check out the git-repository to get more information about this software.

" "
" "" ""; return homepage; }