Beispiel #1
0
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Jeedom is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Jeedom. If not, see <http://www.gnu.org/licenses/>.
 */
if (!isConnect('admin')) {
    throw new Exception('401 Unauthorized');
}
$eqLogics = openzwave::byType('openzwave');
?>
<span class="pull-left alert" id="span_state" style="background-color : #dff0d8;color : #3c763d;height:35px;border-color:#d6e9c6;display:none;margin-bottom:0px;"><span style="position:relative; top : -7px;">{{Demande envoyée}}</span></span>
<span class='pull-right'>
<a class="btn btn-primary pull-right" id="bt_pingAllDevice"><i class="fa fa-eye"></i> {{Ping de tous}}</a>
	<select class="form-control expertModeVisible" style="width : 200px;" id="sel_zwaveHealthServerId">
		<?php 
foreach (openzwave::listServerZwave() as $id => $server) {
    if (isset($server['name'])) {
        echo '<option value="' . $id . '" data-path="' . $server['path'] . '">' . $server['name'] . '</option>';
    }
}
?>
	</select>
</span>