We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba7116 commit 24bf81cCopy full SHA for 24bf81c
README.md
@@ -125,7 +125,7 @@ version: '3.8'
125
126
services:
127
app:
128
- image: codeberg.org/firefly-cpp/succulent:v3
+ image: codeberg.org/firefly-cpp/succulent:v4
129
ports:
130
- "8080:8080"
131
volumes:
@@ -142,8 +142,10 @@ data:
142
- name: 'temperature'
143
- name: 'humidity'
144
- name: 'light'
145
- - name: 'time'
146
- - name: 'date'
+results:
+ - enable: true
147
+ - export: true
148
+timestamp: true
149
```
150
151
More information regarding the configuration file and its settings can be found in the [configuration](#-configuration) section.
0 commit comments