mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-06 07:24:57 +01:00
22 lines
343 B
INI
22 lines
343 B
INI
; A list of settings/profiles stored as sections.
|
|
; Each profile has the same elements.
|
|
|
|
[Karen]
|
|
meal = burger
|
|
drinks = beer
|
|
dessert = chocolate
|
|
|
|
[Peter]
|
|
meal = falafel
|
|
drinks = tea without milk
|
|
dessert = vegan icecream
|
|
|
|
[Noel]
|
|
meal = sushi
|
|
drinks = water
|
|
; note: dessert is missing here
|
|
|
|
[Jessica]
|
|
meal = sandwich
|
|
; no drinks
|
|
dessert = muffin |