liquid_feedback_frontend

annotate app/main/api/platform_config.lua @ 1696:446d2798f424

Automatically switch to single unit mode for users having only one unit
author bsw
date Thu Sep 23 17:47:58 2021 +0200 (2021-09-23)
parents 09f275c1f606
children
rev   line source
bsw@1669 1 slot.set_layout(nil, "application/json")
bsw@1669 2
bsw@1669 3 local r = config.platform_config
bsw@1669 4
bsw@1669 5 slot.put_into("data", json.export(json.object{ result = r }))

Impressum / About Us