Initial commit
This commit is contained in:
30
api/collections/temperature.yml
Normal file
30
api/collections/temperature.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user