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

"+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) 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; }