@@ -44,40 +44,80 @@ variants:
44
44
fw_version : v3.0.1
45
45
features :
46
46
- hardware-chester-sps30
47
+ =======
48
+ - name : CHESTER Clime
49
+ fw_bundle : com.hardwario.chester.app.clime
50
+ fw_name : hio-chester-clime
51
+ fw_version : v3.0.0
52
+ features :
53
+ - hardware-chester-s2
54
+ - name : CHESTER Clime Z
55
+ fw_bundle : com.hardwario.chester.app.clime.z
56
+ fw_name : hio-chester-clime-z
57
+ fw_version : v3.0.0
58
+ features :
59
+ - hardware-chester-z
60
+ - hardware-chester-s2
61
+ remark : Support for CHESTER-Z
62
+ - name : CHESTER Clime IAQ
63
+ fw_bundle : com.hardwario.chester.app.clime.iaq
64
+ fw_name : hio-chester-clime-iaq
65
+ fw_version : v3.0.0
66
+ features :
67
+ - hardware-chester-s1
68
+ - hardware-chester-x10
69
+ - name : CHESTER Clime RTD
70
+ fw_bundle : com.hardwario.chester.app.clime.rtd
71
+ fw_name : hio-chester-clime-rtd
72
+ fw_version : v3.0.0
73
+ features :
74
+ - hardware-chester-rtd-a
75
+ - name : CHESTER Clime 1W
76
+ fw_bundle : com.hardwario.chester.app.clime.1w
77
+ fw_name : hio-chester-clime-1w
78
+ fw_version : v3.0.0
79
+ remark :
80
+ - name : CHESTER Clime TC
81
+ fw_bundle : com.hardwario.chester.app.clime.tc
82
+ fw_name : hio-chester-clime-tc
83
+ fw_version : v3.0.0
84
+ features :
85
+ - hardware-chester-tc-a
86
+ >>>>>>> 6ab59302 (Add soil sensor lrw encoding support)
47
87
project :
48
88
variant : Clime
49
89
company : 2024 HARDWARIO a.s.
50
- license : ' SPDX-License-Identifier: LicenseRef-HARDWARIO-5-Clause'
90
+ license : " SPDX-License-Identifier: LicenseRef-HARDWARIO-5-Clause"
51
91
fw_name : CHESTER Clime
52
92
fw_bundle : com.hardwario.chester.app.clime
53
93
fw_version : v3.0.0
54
94
features :
55
- - subsystem-accel
56
- - subsystem-batt
57
- - subsystem-button
58
- - subsystem-ble
59
- - subsystem-ble-tag
60
- - subsystem-bt-filter-accept-list
61
- - subsystem-bt-observer
62
- - subsystem-buf
63
- - subsystem-cloud
64
- - subsystem-config
65
- - subsystem-defaults
66
- - subsystem-info
67
- - subsystem-led
68
- - subsystem-log
69
- - subsystem-rtc
70
- - subsystem-shell
71
- - subsystem-therm
72
- - subsystem-wdog
73
- - subsystem-tinycrypt
74
- - subsystem-tinycrypt-sha256
75
- - subsystem-zcbor
76
- - subsystem-lte-v2
77
- - subsystem-lrw
78
- - subsystem-ds18b20
79
- - subsystem-soil-sensor
80
- - chester-app-report-jitter
95
+ - subsystem-accel
96
+ - subsystem-batt
97
+ - subsystem-button
98
+ - subsystem-ble
99
+ - subsystem-ble-tag
100
+ - subsystem-bt-filter-accept-list
101
+ - subsystem-bt-observer
102
+ - subsystem-buf
103
+ - subsystem-cloud
104
+ - subsystem-config
105
+ - subsystem-defaults
106
+ - subsystem-info
107
+ - subsystem-led
108
+ - subsystem-log
109
+ - subsystem-rtc
110
+ - subsystem-shell
111
+ - subsystem-therm
112
+ - subsystem-wdog
113
+ - subsystem-tinycrypt
114
+ - subsystem-tinycrypt-sha256
115
+ - subsystem-zcbor
116
+ - subsystem-lte-v2
117
+ - subsystem-lrw
118
+ # - subsystem-ds18b20
119
+ - subsystem-soil-sensor
120
+ - chester-app-report-jitter
81
121
# - chester-app-tamper
82
122
# - hardware-chester-s1
83
123
# - hardware-chester-s2
@@ -91,6 +131,7 @@ features:
91
131
# - hardware-chester-tc-a
92
132
# - hardware-chester-tc-b
93
133
parameters :
134
+ <<<<<<< HEAD
94
135
- name : interval-sample
95
136
type : int
96
137
min : 1
@@ -205,17 +246,17 @@ parameters:
205
246
help : ' Get/Set hygro low temperature alarm hysteresis'
206
247
depends_on : defined(FEATURE_HARDWARE_CHESTER_S2)
207
248
commands :
208
- - name : sample
209
- callback : app_work_sample()
210
- help : ' Sample immediately.'
211
- - name : send
212
- callback : app_work_send()
213
- help : ' Send data immediately.'
214
- - name : aggreg
215
- callback : app_work_aggreg()
216
- help : ' Aggregate data immediately'
249
+ - name : sample
250
+ callback : app_work_sample()
251
+ help : " Sample immediately."
252
+ - name : send
253
+ callback : app_work_send()
254
+ help : " Send data immediately."
255
+ - name : aggreg
256
+ callback : app_work_aggreg()
257
+ help : " Aggregate data immediately"
217
258
extras :
218
- - CONFIG_ADC_TLA2021_INIT_PRIORITY=60
219
- - CONFIG_ADC_NRFX_SAADC=n
220
- - CONFIG_ADC_SHELL=n
221
- - CONFIG_NEWLIB_LIBC_NANO=n
259
+ - CONFIG_ADC_TLA2021_INIT_PRIORITY=60
260
+ - CONFIG_ADC_NRFX_SAADC=n
261
+ - CONFIG_ADC_SHELL=n
262
+ - CONFIG_NEWLIB_LIBC_NANO=n
0 commit comments