type

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Konfiguration von wetter.cgi
7 Treffer, Zuletzt geändert:
latest data of another # sensor (except for the type TH) with a # different sensorId, then set the Var... latestSensId{"LD"}=50; # If you secifies sensor type TH above, you can say here which T/H sensors # sh... . # The latest_do variable defines for the sensor type and sensor id that is noted on # the left side, ... surrounded by {}) in addSensor() is the sensor # type which may be one of TH, PR, WI, WD, WA, RA, LI.
Das Perl-Scriptchen
4 Treffer, Zuletzt geändert:
pstatus; my $time_nr; my $tmp; my $tmpstring; my $type; my $Version = "0.1.2"; my $wettervorhersage; my ... $time_nr = 0; $type = "c"; } else... ()*255 + unescapeByte(); $type = "n"; } $re... hne Nachkommastellen runden if ($type eq "c") { $wettervorhersa
Definitionen für die MySQL-Datenbank
2 Treffer, Zuletzt geändert:
sid` tinyint(3) unsigned NOT NULL default '0', `type` enum('th','wind','rain','light','pressure') NOT ... rchar(80) default NULL, KEY `sensid` (`sensid`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- ---