Connected device demo - settings section

This page is one of the series of examples that show how to make devices connected with Mongoose. Here, we create a settings section that expose some internal device variables, and allow user to change them. They could be some stored in a database, in a file, or in firmware RAM. In this example, we store them in RAM, and use two variables, one integer and one string. We use SSI <!--#call parameter_name --> directive to fetch variable values from Mongoose.

Settings section

Device settings

Dashboard section

Nothing here yet