Display key values and files
uploadCU/tags.php - dated: 26-07-2017 02:25
1 | <?php
2 | #-----------------------------------------------------------------------
3 | # display source of script if requested so
4 | #-----------------------------------------------------------------------
5 | if (isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) {
6 | $filenameReal = __FILE__;
7 | $download_size = filesize($filenameReal);
8 | header('Pragma: public');
9 | header('Cache-Control: private');
10 | header('Cache-Control: no-cache, must-revalidate');
11 | header("Content-type: text/plain");
12 | header("Accept-Ranges: bytes");
13 | header("Content-Length: $download_size");
14 | header('Connection: close');
15 | readfile($filenameReal);
16 | exit;
17 | }
18 | $pageName = 'tags.php';
19 | if (!isset($SITE)){echo "<h3>invalid call to script $pageName</h3>";exit;}
20 | $pageVersion = '2.6x 2015-02-28 18:54:11 ';
21 | $SITE['wsModules'][$pageName] = 'version: ' . $pageVersion;
22 | $pageFile = basename(__FILE__); // check to see this is the real script
23 | if ($pageFile <> $pageName) {$SITE['wsModules'][$pageFile] = 'this file loaded instead of '.$pageName;}
24 | echo '<!-- module '.$pageFile.' ==== '.$SITE['wsModules'][$pageFile]." -->".PHP_EOL;
25 | #-----------------------------------------------------------------------
26 | # 3.00 2014-09-22 release version 3.01 added ET conversion
27 | # --------------------------------------- version ----------------------
28 | $ws['tags.php'] = $pageName.'-'.$pageVersion;
29 | # ------------------------------------------- date - time --------------
30 | $ymd = '20170726'; //
31 | $ws['actTime'] = '20170726022500';
32 | # ------------------------------------------ temperature ---------------
33 | $to = $SITE['uomTemp'];
34 | $from = 'C'; // = 'C', 'F'
35 |
36 | $ws['tempMinTodayTime'] = wdDate('00:00');
37 | $ws['tempMinYdayTime'] = wdDate('00:00');
38 | $ws['tempMinMonthTime'] = '20170601223151';
39 | $ws['tempMinYearTime'] = '20160129095639';
40 |
41 | $ws['tempMaxTodayTime'] = wdDate('02:11');
42 | $ws['tempMaxYdayTime'] = wdDate('00:00');
43 | $ws['tempMaxMonthTime'] = '20170601000051';
44 | $ws['tempMaxYearTime'] = '20170512123151';
45 |
46 | $ws['dewpMinTodayTime'] = wdDate('00:00');
47 | $ws['dewpMinYdayTime'] = wdDate('00:00');
48 | $ws['dewpMaxTodayTime'] = wdDate('02:11');
49 | $ws['dewpMaxYdayTime'] = wdDate('00:00');
50 |
51 | $ws['heatMaxTodayTime'] = wdDate('02:11');
52 | $ws['heatMaxYdayTime'] = wdDate('00:00');
53 | $ws['heatMaxMonthTime'] = '20170601000051';
54 | $ws['heatMaxYearTime'] = '20170403063951';
55 |
56 | $ws['chilMinTodayTime'] = wdDate('00:00');
57 | $ws['chilMinYdayTime'] = wdDate('00:00');
58 | $ws['chilMinMonthTime'] = '20170625082721';
59 | $ws['chilMinYearTime'] = '20160226002239';
60 |
61 | $ws['tempAct'] = wsConvertTemperature('28,3', $from, $to); // convert and clean of units
62 | $ws['tempDelta'] = wsConvertTemperature('+1,6', $from, $to);
63 | $ws['tempActInside'] = wsConvertTemperature('25,8', $from, $to);
64 | $ws['tempActExtra1'] = wsConvertTemperature('none', $from, $to);
65 | $ws['tempActExtra2'] = wsConvertTemperature('none', $from, $to);
66 |
67 | $ws['tempMinToday'] = wsConvertTemperature('23,4', $from, $to);
68 | $ws['tempMinYday'] = wsConvertTemperature('23,4', $from, $to);
69 | $ws['tempMinMonth'] = wsConvertTemperature('0,0', $from, $to);
70 | $ws['tempMinYear'] = wsConvertTemperature('-5,4', $from, $to);
71 |
72 | $ws['tempMaxToday'] = wsConvertTemperature('28,3', $from, $to);
73 | $ws['tempMaxYday'] = wsConvertTemperature('23,4', $from, $to);
74 | $ws['tempMaxMonth'] = wsConvertTemperature('65,1', $from, $to);
75 | $ws['tempMaxYear'] = wsConvertTemperature('69,5', $from, $to);
76 |
77 | $ws['dewpAct'] = wsConvertTemperature('-3,8', $from, $to);
78 | $ws['dewpDelta'] = '';
79 | $ws['dewpMinToday'] = wsConvertTemperature('-7,6', $from, $to);
80 | $ws['dewpMinYday'] = wsConvertTemperature('-7,6', $from, $to);
81 |
82 | $ws['dewpMaxToday'] = wsConvertTemperature('-3,8', $from, $to);
83 | $ws['dewpMaxYday'] = wsConvertTemperature('-7,6', $from, $to);
84 |
85 | $ws['heatAct'] = wsConvertTemperature('26,8', $from, $to);
86 | $ws['heatMaxToday'] = wsConvertTemperature('26,8', $from, $to);
87 | $ws['heatMaxYday'] = wsConvertTemperature('23,4', $from, $to);
88 | $ws['heatMaxMonth'] = wsConvertTemperature('124,0', $from, $to);
89 | $ws['heatMaxYear'] = wsConvertTemperature('416,1', $from, $to);
90 |
91 | $ws['chilAct'] = wsConvertTemperature('28,3', $from, $to);
92 | $ws['chilMinToday'] = wsConvertTemperature('23,4', $from, $to);
93 | $ws['chilMinYday'] = wsConvertTemperature('23,4', $from, $to);
94 | $ws['chilMinMonth'] = wsConvertTemperature('-11,2', $from, $to);
95 | $ws['chilMinYear'] = wsConvertTemperature('-16,7', $from, $to);
96 |
97 | $ws['hudxAct'] = wsConvertTemperature('28,3', $from, $to);
98 | # ------------------------------------------ pressure / baro -----------
99 | $to = $SITE['uomBaro'];
100 | $from = 'mb'; // = 'inHg', 'hPa', 'kPa', 'mb'
101 |
102 | $ws['baroMinTodayTime'] = wdDate('02:01');
103 | $ws['baroMinYdayTime'] = wdDate('00:00');
104 | $ws['baroMinMonthTime'] = '20170603165051';
105 | $ws['baroMinYearTime'] = '20170603165051';
106 | $ws['baroMaxTodayTime'] = wdDate('00:00');
107 | $ws['baroMaxYdayTime'] = wdDate('00:00');
108 | $ws['baroMaxMonthTime'] = '20170611110851';
109 | $ws['baroMaxYearTime'] = '20170611110851';
110 |
111 | $ws['baroAct'] = wsConvertBaro('1005,2', $from, $to);
112 | $ws['baroDelta'] = wsConvertBaro('-4,2', $from, $to);
113 | $ws['baroMinToday'] = wsConvertBaro('1004,9', $from, $to);
114 | $ws['baroMinYday'] = wsConvertBaro('1017,9', $from, $to);
115 | $ws['baroMinMonth'] = wsConvertBaro('922,9', $from, $to);
116 | $ws['baroMinYear'] = wsConvertBaro('922,9', $from, $to);
117 | $ws['baroMaxToday'] = wsConvertBaro('1017,9', $from, $to);
118 | $ws['baroMaxYday'] = wsConvertBaro('1017,9', $from, $to);
119 | $ws['baroMaxMonth'] = wsConvertBaro('1178,9', $from, $to);
120 | $ws['baroMaxYear'] = wsConvertBaro('1178,9', $from, $to);
121 |
122 | # ------------------------------------------ humidity -----------------
123 | $ws['humiMinTodayTime ']= wdDate('02:01');
124 | $ws['humiMinYdayTime '] = wdDate('00:00');
125 | $ws['humiMaxTodayTime'] = wdDate('00:00');
126 | $ws['humiMaxYdayTime'] = wdDate('00:00');
127 |
128 | $ws['humiAct'] = '12'*1.0;
129 | $ws['humiDelta'] = 0;
130 | $ws['humiMinToday'] = '10'*1.0;
131 | $ws['humiMinYday'] = '12'*1.0;
132 | $ws['humiMaxToday'] = '12'*1.0;
133 | $ws['humiMaxYday'] = '12'*1.0;
134 |
135 | # ------------------------------------------ rain ---------------------
136 | $to = $SITE['uomRain'];
137 | $from = 'mm'; // = 'mm', 'in'
138 |
139 | $ws['rainRateAct'] = wsConvertRainfall('0,0', $from, $to);
140 | $ws['rainRateToday'] = wsConvertRainfall('0,0', $from, $to);
141 | $ws['rainHour'] = wsConvertRainfall('0,0', $from, $to);
142 | $ws['rainToday'] = wsConvertRainfall('0,0', $from, $to);
143 | $ws['rainYday'] = wsConvertRainfall('0,0', $from, $to);
144 | $ws['rainMonth'] = wsConvertRainfall('1011,0', $from, $to);
145 | $ws['rainYear'] = wsConvertRainfall('4,0987E5', $from, $to);
146 | $ws['rainDayMnth'] = false;
147 | # ------------------------------------------ EVAPOTRANSPIRATION --------
148 | $ws['etToday'] = wsConvertRainfall('0,00', $from, $to);
149 | # ------------------------------------------ wind ---------------------
150 | $to = $SITE['uomWind'];
151 | $from = 'm/s'; // = 'kts','mph','kmh','km/h','m/s','Bft'
152 |
153 | $ws['windActDsc'] = 'N';
154 | $ws['windActDeg'] = '360';
155 | $ws['windActBeafort'] = '0';
156 | $ws['windBeafort'] = '0'; // phased out
157 | $ws['gustMaxTodayTime'] = wdDate('00:00');
158 | $ws['gustMaxYdayTime'] = wdDate('00:00');
159 | $ws['gustMaxMonthTime'] = '20170624175521';
160 | $ws['gustMaxYearTime'] = '20160226002239';
161 |
162 | $ws['windAct'] = wsConvertWindspeed('0,0', $from ,$to);
163 | $ws['gustAct'] = wsConvertWindspeed('0,0', $from ,$to);
164 | $ws['gustMaxToday'] = wsConvertWindspeed('0,0', $from ,$to);
165 | $ws['gustMaxYday'] = wsConvertWindspeed('0,0', $from ,$to);
166 | $ws['gustMaxMonth'] = wsConvertWindspeed('51,3', $from ,$to);
167 | $ws['gustMaxYear'] = wsConvertWindspeed('53,2', $from ,$to);
168 |
169 | if ($ws['gustAct'] <= $ws['windAct']) {$ws['gustAct'] = $ws['windAct'];}
170 | # ------------------------------------------ UV ---------------------
171 | $ws['uvAct'] = '0';
172 | $ws['uvMaxToday'] = '0';
173 | $ws['uvMaxTodayTime'] = wdDate('00:00');
174 | $ws['uvMaxYday'] = '0';
175 | $ws['uvMaxYdayTime'] = wdDate('00:00');
176 |
177 | # ------------------------------------------ Solar --------------------
178 | $ws['solarAct'] = '0';
179 | $ws['solarMaxToday'] = '0';
180 | $ws['solarMaxTodayTime']= wdDate('00:00');
181 | $ws['solarMaxYday'] = '0';
182 | $ws['solarMaxYdayTime'] = wdDate('00:00');
183 | $ws['solActPerc'] = 0;
184 | # ------------------------------------------ cloud height --------------
185 | $to = $SITE['uomHeight'];
186 | $from = 'ft';
187 |
188 | $ws['cloudHeight'] = wsConvertDistance('13129',$from, $to);
189 | # ------------------------------------------ forecasts -----------------
190 | $ws['fcstTxt'] = 'Not available';
191 | # ------------------------------------------ sun and moon --------------
192 | $ws['sunrise'] = date($SITE['timeOnlyFormat'],strtotime('09:03'));
193 | $ws['sunset'] = date($SITE['timeOnlyFormat'],strtotime('21:10'));
194 | $ws['moonrise'] = date($SITE['timeOnlyFormat'],strtotime('11:40'));
195 | $ws['moonset'] = date($SITE['timeOnlyFormat'],strtotime('-----'));
196 | $ws['lunarPhasePerc'] = '9'*1.0;
197 | $ws['lunarAge'] = '2'; // %moonphasename% %moonlunation%
198 | # ------------------------------------------ some more -----------------
199 | $ws['wsVersion'] = 'version 1.9.4 b 1099';
200 | $ws['wsHardware'] = 'unknown'; // unknown
201 | # ------------------------------------------ Soil / moist / leaf -------
202 | $to = $SITE['uomTemp'];
203 | $from = 'C'; // = 'C', 'F'
204 |
205 | # Soil Temp sensors actual value
206 | $ws['soilTempAct'][1] = wsConvertTemperature('0,0', $from, $to); // convert and clean of units
207 | $ws['soilTempAct'][2] = wsConvertTemperature('0,0', $from, $to); // convert and clean of units
208 | $ws['soilTempAct'][3] = wsConvertTemperature('0,0', $from, $to); // convert and clean of units
209 | $ws['soilTempAct'][4] = wsConvertTemperature('0,0', $from, $to); // convert and clean of units
210 | #-----------------------------------------------------------------------
211 | # Moisture sensors actual value
212 | $ws['moistAct'][1] = '0';
213 | $ws['moistAct'][2] = '0';
214 | $ws['moistAct'][3] = '0';
215 | $ws['moistAct'][4] = '0';
216 | #-----------------------------------------------------------------------
217 | # leaf sensor 1 - 2
218 | $ws['leafTempAct'][1] = wsConvertTemperature('0,0', $from, $to);
219 | $ws['leafTempAct'][2] = wsConvertTemperature('0,0', $from, $to);
220 | $ws['leafWetAct'][1] = '0';
221 | $ws['leafWetAct'][2] = '0';
222 | #-----------------------------------------------------------------------
223 | if (!isset ($wsTrends)){$wsTrends = array() ;}
224 | $wsTrends[0] ['min'] = 0;
225 | $wsTrends[1] ['min'] = 5;
226 | $wsTrends[2] ['min'] = 10;
227 | $wsTrends[3] ['min'] = 15;
228 | $wsTrends[4] ['min'] = 20;
229 | $wsTrends[5] ['min'] = 30;
230 | $wsTrends[6] ['min'] = 45;
231 | $wsTrends[7] ['min'] = 60;
232 | $wsTrends[8] ['min'] = 75;
233 | $wsTrends[9] ['min'] = 90;
234 | $wsTrends[10] ['min'] = 105;
235 | $wsTrends[11] ['min'] = 120;
236 | $to = $SITE['uomTemp'];
237 | $from = 'C'; // = 'C', 'F'
238 | $wsTrends[0] ['temp'] = wsConvertTemperature('28,3', $from, $to);
239 | $wsTrends[1] ['temp'] = wsConvertTemperature('28,3', $from, $to);
240 | $wsTrends[2] ['temp'] = wsConvertTemperature('28,3', $from, $to);
241 | $wsTrends[3] ['temp'] = wsConvertTemperature('28,2', $from, $to);
242 | $wsTrends[4] ['temp'] = wsConvertTemperature('28,2', $from, $to);
243 | $wsTrends[5] ['temp'] = wsConvertTemperature('23,4', $from, $to);
244 | $wsTrends[6] ['temp'] = wsConvertTemperature('23,4', $from, $to);
245 | $wsTrends[7] ['temp'] = wsConvertTemperature('23,4', $from, $to);
246 | $wsTrends[8] ['temp'] = wsConvertTemperature('23,4', $from, $to);
247 | $wsTrends[9] ['temp'] = wsConvertTemperature('23,4', $from, $to);
248 | $wsTrends[10] ['temp'] = wsConvertTemperature('23,4', $from, $to);
249 | $wsTrends[11] ['temp'] = wsConvertTemperature('23,4', $from, $to);
250 | $wsTrends[0] ['dew'] = wsConvertTemperature('-3,8', $from, $to);
251 | $wsTrends[1] ['dew'] = wsConvertTemperature('-3,8', $from, $to);
252 | $wsTrends[2] ['dew'] = wsConvertTemperature('-3,8', $from, $to);
253 | $wsTrends[3] ['dew'] = wsConvertTemperature('-3,9', $from, $to);
254 | $wsTrends[4] ['dew'] = wsConvertTemperature('-3,9', $from, $to);
255 | $wsTrends[5] ['dew'] = wsConvertTemperature('-7,6', $from, $to);
256 | $wsTrends[6] ['dew'] = wsConvertTemperature('-7,6', $from, $to);
257 | $wsTrends[7] ['dew'] = wsConvertTemperature('-7,6', $from, $to);
258 | $wsTrends[8] ['dew'] = wsConvertTemperature('-7,6', $from, $to);
259 | $wsTrends[9] ['dew'] = wsConvertTemperature('-7,6', $from, $to);
260 | $wsTrends[10] ['dew'] = wsConvertTemperature('-7,6', $from, $to);
261 | $wsTrends[11] ['dew'] = wsConvertTemperature('-7,6', $from, $to);
262 | $to = $SITE['uomWind'];
263 | $from = 'm/s'; // = 'kts','mph','kmh','km/h','m/s','Bft'
264 | $wsTrends[0] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
265 | $wsTrends[1] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
266 | $wsTrends[2] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
267 | $wsTrends[3] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
268 | $wsTrends[4] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
269 | $wsTrends[5] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
270 | $wsTrends[6] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
271 | $wsTrends[7] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
272 | $wsTrends[8] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
273 | $wsTrends[9] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
274 | $wsTrends[10] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
275 | $wsTrends[11] ['wind'] = wsConvertWindspeed('0,0', $from ,$to);
276 | $wsTrends[0] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
277 | $wsTrends[1] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
278 | $wsTrends[2] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
279 | $wsTrends[3] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
280 | $wsTrends[4] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
281 | $wsTrends[5] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
282 | $wsTrends[6] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
283 | $wsTrends[7] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
284 | $wsTrends[8] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
285 | $wsTrends[9] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
286 | $wsTrends[10] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
287 | $wsTrends[11] ['gust'] = wsConvertWindspeed('0,0', $from ,$to);
288 | #
289 | $wsTrends[0] ['dir'] = langtransstr(wsConvertWinddir ('360'));
290 | $wsTrends[1] ['dir'] = langtransstr(wsConvertWinddir ('360'));
291 | $wsTrends[2] ['dir'] = langtransstr(wsConvertWinddir ('360'));
292 | $wsTrends[3] ['dir'] = langtransstr(wsConvertWinddir ('360'));
293 | $wsTrends[4] ['dir'] = langtransstr(wsConvertWinddir ('360'));
294 | $wsTrends[5] ['dir'] = langtransstr(wsConvertWinddir ('360'));
295 | $wsTrends[6] ['dir'] = langtransstr(wsConvertWinddir ('360'));
296 | $wsTrends[7] ['dir'] = langtransstr(wsConvertWinddir ('360'));
297 | $wsTrends[8] ['dir'] = langtransstr(wsConvertWinddir ('360'));
298 | $wsTrends[9] ['dir'] = langtransstr(wsConvertWinddir ('360'));
299 | $wsTrends[10] ['dir'] = langtransstr(wsConvertWinddir ('360'));
300 | $wsTrends[11] ['dir'] = langtransstr(wsConvertWinddir ('360'));
301 | #
302 | $wsTrends[0] ['hum'] = '12'*1.0;
303 | $wsTrends[1] ['hum'] = '12'*1.0;
304 | $wsTrends[2] ['hum'] = '12'*1.0;
305 | $wsTrends[3] ['hum'] = '12'*1.0;
306 | $wsTrends[4] ['hum'] = '12'*1.0;
307 | $wsTrends[5] ['hum'] = '12'*1.0;
308 | $wsTrends[6] ['hum'] = '12'*1.0;
309 | $wsTrends[7] ['hum'] = '12'*1.0;
310 | $wsTrends[8] ['hum'] = '12'*1.0;
311 | $wsTrends[9] ['hum'] = '12'*1.0;
312 | $wsTrends[10] ['hum'] = '12'*1.0;
313 | $wsTrends[11] ['hum'] = '12'*1.0;
314 | $to = $SITE['uomBaro'];
315 | $from = 'mb'; // = 'inHg', 'hPa', 'kPa', 'mb'
316 | $wsTrends[0] ['baro'] = wsConvertBaro('1005,2', $from, $to);
317 | $wsTrends[1] ['baro'] = wsConvertBaro('1005,4', $from, $to);
318 | $wsTrends[2] ['baro'] = wsConvertBaro('1005,2', $from, $to);
319 | $wsTrends[3] ['baro'] = wsConvertBaro('1005,4', $from, $to);
320 | $wsTrends[4] ['baro'] = wsConvertBaro('1004,9', $from, $to);
321 | $wsTrends[5] ['baro'] = wsConvertBaro('1017,9', $from, $to);
322 | $wsTrends[6] ['baro'] = wsConvertBaro('1017,9', $from, $to);
323 | $wsTrends[7] ['baro'] = wsConvertBaro('1017,9', $from, $to);
324 | $wsTrends[8] ['baro'] = wsConvertBaro('1017,9', $from, $to);
325 | $wsTrends[9] ['baro'] = wsConvertBaro('1017,9', $from, $to);
326 | $wsTrends[10] ['baro'] = wsConvertBaro('1017,9', $from, $to);
327 | $wsTrends[11] ['baro'] = wsConvertBaro('1017,9', $from, $to);
328 | $to = $SITE['uomRain'];
329 | $from = 'mm'; // = 'mm', 'in'
330 | $wsTrends[0] ['rain'] = wsConvertRainfall('0,0', $from, $to);
331 | $wsTrends[1] ['rain'] = wsConvertRainfall('0,0', $from, $to);
332 | $wsTrends[2] ['rain'] = wsConvertRainfall('0,0', $from, $to);
333 | $wsTrends[3] ['rain'] = wsConvertRainfall('0,0', $from, $to);
334 | $wsTrends[4] ['rain'] = wsConvertRainfall('0,0', $from, $to);
335 | $wsTrends[5] ['rain'] = wsConvertRainfall('0,0', $from, $to);
336 | $wsTrends[6] ['rain'] = wsConvertRainfall('0,0', $from, $to);
337 | $wsTrends[7] ['rain'] = wsConvertRainfall('0,0', $from, $to);
338 | $wsTrends[8] ['rain'] = wsConvertRainfall('0,0', $from, $to);
339 | $wsTrends[9] ['rain'] = wsConvertRainfall('0,0', $from, $to);
340 | $wsTrends[10] ['rain'] = wsConvertRainfall('0,0', $from, $to);
341 | $wsTrends[11] ['rain'] = wsConvertRainfall('0,0', $from, $to);
342 | #
343 | $wsTrends[0] ['sol'] = '0'*1.0;
344 | $wsTrends[1] ['sol'] = '0'*1.0;
345 | $wsTrends[2] ['sol'] = '0'*1.0;
346 | $wsTrends[3] ['sol'] = '0'*1.0;
347 | $wsTrends[4] ['sol'] = '0'*1.0;
348 | $wsTrends[5] ['sol'] = '0'*1.0;
349 | $wsTrends[6] ['sol'] = '0'*1.0;
350 | $wsTrends[7] ['sol'] = '0'*1.0;
351 | $wsTrends[8] ['sol'] = '0'*1.0;
352 | $wsTrends[9] ['sol'] = '0'*1.0;
353 | $wsTrends[10] ['sol'] = '0'*1.0;
354 | $wsTrends[11] ['sol'] = '0'*1.0;
355 | #
356 | $wsTrends[0] ['uv'] = '0';
357 | $wsTrends[1] ['uv'] = '0';
358 | $wsTrends[2] ['uv'] = '0';
359 | $wsTrends[3] ['uv'] = '0';
360 | $wsTrends[4] ['uv'] = '0';
361 | $wsTrends[5] ['uv'] = '0';
362 | $wsTrends[6] ['uv'] = '0';
363 | $wsTrends[7] ['uv'] = '0';
364 | $wsTrends[8] ['uv'] = '0';
365 | $wsTrends[9] ['uv'] = '0';
366 | $wsTrends[10] ['uv'] = '0';
367 | $wsTrends[11] ['uv'] = '0';
368 | #
369 | $ws['lastRainTip'] = '2017-07-16 22:56';
370 | #-----------------------------------------------------------------------
371 | $ws['check_ok'] = '3.00';
372 | // end of tags.txt/tags.php
373 | ?>