|
Product Downloads
|
Tenrehte Technologies, Inc. ("TENREHTE") prides itself on offering best in class support
for our products and customers. Our technical support team is here to help you with configuration,
troubleshooting, and other support issues for all TENREHTE products.
The following product downloads are provided to assist you in maintaining and using our products.
PICOwatt® Smart Plug, Version 1...
Please note that any item which you download, install, copy or otherwise use
is governed in accordance with (i) the
license terms accompanying the file or (ii) if no license terms accompany the file, the
terms of the license agreement which accompanied the original product licensed by you
which you are updating or (iii) the license terms pursuant to TENREHTE's END USER LICENSE
AGREEMENT.
Click here
to review TENREHTE's END USER LICENSE AGREEMENT.
$value) {
$value = strtoupper($value);
if ("$value" == "NO") {
continue ;
}
list($tt, $pw, $sp, $version) = preg_split("/_/", $file);
$filename = $root . '/' . $file ;
preg_match('/\d+-B\d+/', $file, $build) ;
list($timestamp, $buildid) = preg_split("/-/", $build[0]);
preg_match('/(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)/', $timestamp, $stamp) ;
list($chunk, $year, $mon, $day, $hour, $min) = $stamp ;
$date = date("d F Y", strtotime("20$year-$mon-$day $hour:$min:00")) ;
$check = " " ;
if ("$value" == "LATEST") {
$check = " $value Package" ;
}
if ("$value" == "SPECIAL") {
$check = "This package is a $value release, please carefully review the RELEASE NOTES prior to installing this package." ;
}
$sizeb = sprintf( "%d", filesize($filename)) ;
$sizem = sprintf( "%.2f", $sizeb / (1024*1024)) ;
echo <<
|
|
$check
|
|
EOF;
}
?>
|
PICOwatt® Smart Plug, Version 2...
Please note that any item which you download, install, copy or otherwise use
is governed in accordance with (i) the
license terms accompanying the file or (ii) if no license terms accompany the file, the
terms of the license agreement which accompanied the original product licensed by you
which you are updating or (iii) the license terms pursuant to TENREHTE's END USER LICENSE
AGREEMENT.
Click here
to review TENREHTE's END USER LICENSE AGREEMENT.
|
PICOwatt® Smart Plug - Tools & Scripts
Please note that any item which you download, install, copy or otherwise use
is governed in accordance with (i) the
license terms accompanying the file or (ii) if no license terms accompany the file, the
terms of the license agreement which accompanied the original product licensed by you
which you are updating or (iii) the license terms pursuant to TENREHTE's END USER LICENSE
AGREEMENT.
Click here
to review TENREHTE's END USER LICENSE AGREEMENT.
$value) {
/* tt_pw_sp_v1_get-energy_v1_1206021812 */
list($tt, $pw, $sp, $rev, $sname, $version) = preg_split("/_/", $file);
$sname = strtoupper($sname);
$filename = $root . '/' . $file ;
preg_match('/\d+-B\d+/', $file, $build) ;
list($timestamp, $buildid) = preg_split("/-/", $build[0]);
preg_match('/(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)/', $timestamp, $stamp) ;
list($chunk, $year, $mon, $day, $hour, $min) = $stamp ;
$date = date("d F Y", strtotime("20$year-$mon-$day $hour:$min:00")) ;
$sizeb = sprintf( "%d", filesize($filename)) ;
$sizem = sprintf( "%.2f", $sizeb / (1024*1024)) ;
echo <<
- ${value}
$sname $version
Release Date: $date
File size: $sizeb bytes [$sizem MiB]
|
|
|
EOF;
}
?>
|
|
|