www/list_onewire.php

Wed, 24 Apr 2024 21:36:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 24 Apr 2024 21:36:49 +0200
changeset 706
50d9a25aba86
parent 696
fe042f9484ac
permissions
-rw-r--r--

Possible fix for large sockets messages.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('One-wire bus devices', 'list_onewire');
?>

   <div id="jqxgrid"></div>
    <div style="margin-top: 30px;">
    <div id="cellbegineditevent"></div>
    <div style="margin-top: 10px;" id="cellendeditevent"></div>
   </div>

<?php
page_footer();
?>

mercurial