www/js/list_onewire.js

changeset 731
8b7c63bddf75
parent 696
fe042f9484ac
--- a/www/js/list_onewire.js	Sun May 05 17:24:54 2024 +0200
+++ b/www/js/list_onewire.js	Mon May 06 15:34:32 2024 +0200
@@ -31,6 +31,8 @@
    { name: 'family', type: 'string' },
    { name: 'value', type: 'int' },
    { name: 'present', type: 'string' },
+   { name: 'rd_cache', type: 'int' },
+   { name: 'wr_cache', type: 'int' },
    { name: 'timestamp', type: 'int' }
   ],
   id: 'address',
@@ -57,6 +59,8 @@
    { text: 'Address', datafield: 'address' },
    { text: 'Family', datafield: 'family', width: 100 },
    { text: 'Present', datafield: 'present', width: 120 },
+   { text: 'Rd cache', datafield: 'rd_cache', width: 100 },
+   { text: 'Wr cache', datafield: 'wr_cache', width: 100 },
    { text: 'Value', datafield: 'value', width: 100 },
    { text: 'Last change', datafield: 'timestamp', width: 200,
      cellsrenderer: function(index, datafield, value, defaultvalue, column, rowdata) {

mercurial