web app
All checks were successful
deploy to production / deploy (push) Successful in 53s

This commit is contained in:
2023-09-30 12:23:33 +00:00
parent a0e5972d83
commit 2390166452
3 changed files with 28 additions and 33 deletions

View File

@@ -1,30 +0,0 @@
name: temperature
uploadPath: ../media/temperature
meta:
label: Temperatur
views:
- type: table
columns:
- source: temperature
permissions:
public:
methods:
get: true
post: false
put: false
delete: false
user:
methods:
get: true
post: false
put: false
delete: false
fields:
- name: temperature
type: number
meta:
label: Temperatur
helperText: do not modify, will be modified automatically hourly.