Changes in / [1:3]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • /S_DataMine1.xml

    r1 r3  
    66</specVersion> 
    77<serviceStateTable> 
    8  
    9 </serviceStateTable> 
     8      <stateVariable> 
     9        <name>ChannelCnt</name> 
     10        <sendEventsAttribute>no</sendEventsAttribute> 
     11        <dataType>i4</dataType> 
     12        <defaultValue></defaultValue> 
     13        <shortCode>chcnt</shortCode> 
     14      </stateVariable> 
     15    </serviceStateTable> 
    1016</scpd> 
  • /D_DataMine1.json

    r1 r3  
    1515        "doc_page":"devices" 
    1616    }, 
    17     "Tabs":[{ 
     17    "Tabs":[ 
     18 
     19    { 
     20        "Label": { 
     21            "lang_tag": "dataMine", 
     22            "text": "dataMine" 
     23        }, 
     24        "Position": "0", 
     25        "TabType": "flash", 
     26        "ControlGroup": [ 
     27                { 
     28                    "id": "1", 
     29                    "type": "info" 
     30                }, 
     31                { 
     32                    "id": "2", 
     33                    "type": "info" 
     34                } 
     35        ], 
     36        "Control": [ 
     37            { 
     38                "ControlGroup": "1", 
     39                "ControlHeader": "1", 
     40                "ControlType": "label", 
     41                "Label": { 
     42                    "lang_tag": "chtot", 
     43                    "text": "Total Channels" 
     44                }, 
     45                "Display": { 
     46                    "Top": 20, 
     47                    "Left": 50, 
     48                    "Width": 120, 
     49                    "Height": 20 
     50                } 
     51            }, 
     52            { 
     53                "ControlGroup": "1", 
     54                "ControlHeader": "1", 
     55                "ControlType": "variable", 
     56                "Display": { 
     57                    "Service": "urn:cd-jackson-com:serviceId:DataMine1", 
     58                    "Variable": "ChannelCnt", 
     59                    "Top": 20, 
     60                    "Left": 175, 
     61                    "Width": 75, 
     62                    "Height": 20 
     63                } 
     64            }, 
     65            { 
     66                "ControlGroup": "2", 
     67                "ControlHeader": "1", 
     68                "ControlType": "label", 
     69                "Label": { 
     70                    "lang_tag": "chrec", 
     71                    "text": "Channels Recording" 
     72                }, 
     73                "Display": { 
     74                    "Top": 50, 
     75                    "Left": 50, 
     76                    "Width": 120, 
     77                    "Height": 20 
     78                } 
     79            }, 
     80            { 
     81                "ControlGroup": "2", 
     82                "ControlHeader": "1", 
     83                "ControlType": "variable", 
     84                "Display": { 
     85                    "Service": "urn:cd-jackson-com:serviceId:DataMine1", 
     86                    "Variable": "ChannelRec", 
     87                    "Top": 50, 
     88                    "Left": 175, 
     89                    "Width": 75, 
     90                    "Height": 20 
     91                } 
     92            }, 
     93        ] 
     94    }, 
     95 
     96        { 
    1897            "Label":{ 
    1998                "lang_tag":"graph", 
Note: See TracChangeset for help on using the changeset viewer.