newdevice: Added support for Sinetica UPS ¢4613

This commit is contained in:
Neil Lathwood
2016-10-17 16:55:40 +01:00
committed by GitHub
14 changed files with 1725 additions and 0 deletions

View File

@@ -1190,6 +1190,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('siklu');
}
public function testSinetica()
{
$this->checkOS('sinetica');
}
public function testSmartax()
{
$this->checkOS('smartax');