Merge branch 'ble-profile' of https://github.com/lancaster-university/microbit-dal into ble-profile

This commit is contained in:
Joe Finney 2015-10-08 23:25:34 +01:00
commit d4b4f70cb2
10 changed files with 2560 additions and 9389 deletions

View file

@ -6,18 +6,6 @@ Profile Design
### OPEN:
D3. Simplify the IO Pin Service, possible to expose the edge connector pins only. Possibly drop it to save memory and use the event service to transport pin values in either direction. Needs further thought.
* Update: Removed all pin characteristics except for pin 0, pin 1 and pin 2.
D5. Generic Attribute Service: profile design doc/report doesnt show it and its mandatory (issue with Bluetooth Developer Studio).
D9. DFU services uses a different base UUID to the other custom services. Is this deliberate?
D10. Characteristics in the DFU service use a different base UUID to the parent service. Is this deliberate?
D11. What are the data types for DFU Control and DFU Flash Code? Assumed uint8 and array of uint8.
### CLOSED:
@ -25,17 +13,30 @@ D1. Lose the System LED State characteristic since it cannot be controlled from
D2. Lose the Scrolling State characteristic complexity and memory constraints. DONE.
D3. Simplify the IO Pin Service, possible to expose the edge connector pins only. Possibly drop it to save memory and use the event service to transport pin values in either direction. Needs further thought.
* Update: Removed all pin characteristics except for pin 0, pin 1 and pin 2.
D4. Generic Access Service: Peripheral Privacy Flag is optional and I dont think we need it. Ditto Reconnection Address, ditto Peripheral Preferred Connection Parameters --> Removed optional characteristics Peripheral Privacy Flag, Reconnection Address and Peripheral Preferred Connection Parameters from Generic Access Service.
D5. Generic Attribute Service: profile design doc/report doesnt show it and its mandatory (issue with Bluetooth Developer Studio).
D6. Device Information Service: All characteristics are optional. Which ones do we really want/need? Save a little memory --> Removed PnP ID, IEEE 11073-20601 Regulatory Certification Data List, System ID and Software Revision String characteristics.
D7. Why does LED Matrix State support “Write Without Response”? I think this should be plain “Write” so that no further writes are made until theres been an ACK back from the previous one. Changed.
D8. MicroBit Requirements supports Write. This is (ironically and puntastically) wrong. Client should not be able to modify the requirements the MicroBit has. Changed.
D9. DFU services uses a different base UUID to the other custom services. Is this deliberate?
D10. Characteristics in the DFU service use a different base UUID to the parent service. Is this deliberate?
D11. What are the data types for DFU Control and DFU Flash Code? Assumed uint8 and array of uint8.
D12. Microbit DFU service not in the profile design. Added. Needs descriptions and data types confirming.
Profile Testing
---------------

View file

@ -1,225 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head><title>Bluetooth Developer Studio - Level 1 Profile Report</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<script language="javascript" type="text/javascript" src="functions.js"></script>
</head>
<body onLoad="init()">
<div id="id_container" class="container">
<div class="main_heading">
<div id="id_date" class="date">The Date</div>
<div class="heading_title">Bluetooth Developer Studio Level 1 Profile Report</div>
<div class="icon"><img src="BluetoothSIG.png"/></div>
</div>
<!-- Profile Block -->
<div class="section_hdg">
<div class="profile_hdg_text"><p>PROFILE</p></div>
</div>
<div class="profile_item">
<div class="profile_label">Profile Name</div>
<div class="profile_value">BBC MICRO BIT</div>
</div>
<div class="profile_item">
<div class="profile_label">Abstract</div>
<div class="profile_value"></div>
</div>
<div class="profile_item">
<div class="profile_label">Summary</div>
<div class="profile_value"></div>
</div>
<div class="profile_item">
<div class="profile_label">Base UUID</div>
<div class="profile_value">e95d5be9-251d-470a-a062-fa1922dfa9a8</div>
</div>
<div class="profile_item">
<div class="profile_label">Server Role</div>
<div class="profile_value"></div>
</div>
<div class="profile_item">
<div class="profile_label">Client Role</div>
<div class="profile_value"></div>
</div>
<!-- End of Profile Block -->
<!-- Services Section -->
<div class="services_section_hdg">
<div class="services_hdg_text"><p>SERVICES</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Generic Access</p></div>
<div class="service_hdg_text2"><p>00001800-0000-1000-8000-00805F9B34FB</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Device Name : 2A00</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Appearance : 2A01</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Device Information</p></div>
<div class="service_hdg_text2"><p>0000180A-0000-1000-8000-00805F9B34FB</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Model Number String : 2A24</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Serial Number String : 2A25</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Hardware Revision String : 2A27</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Firmware Revision String : 2A26</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Accelerometer Service</p></div>
<div class="service_hdg_text2"><p>0753</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Accelerometer Data : E95DCA4B-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Accelerometer Period : FB24</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Magnetometer Service</p></div>
<div class="service_hdg_text2"><p>F2D8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Magnetometer Data : FB11</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Magnetometer Period : 386C</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Magnetometer Bearing : E95D9715-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Temperature Service</p></div>
<div class="service_hdg_text2"><p>E95D6100-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Temperature : E95D8A38-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Button Service</p></div>
<div class="service_hdg_text2"><p>9882</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Button 1 State : E95DDA90-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Button 2 State : E95DDA91-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">LED Service</p></div>
<div class="service_hdg_text2"><p>D91D</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>LED Matrix State : E95D7B77-251D-470A-A062-FA1922DFA9A8-</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>LED Text : 93EE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Scrolling Speed : E95D0D2D-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">IO Pin Service</p></div>
<div class="service_hdg_text2"><p>127B</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Pin Data : E95D8D00-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Pin AD Configuration : E95D5899-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Pin IO Configuration : E95DB9FE-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Event Service</p></div>
<div class="service_hdg_text2"><p>93AF</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>MicroBit Requirements : E95DB84C-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Client Event : E95D9775-251D-470A-A062-FA1922DFA9A8-</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>MicroBit Event : E95D5404-251D-470A-A062-FA1922DFA9A8-</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Client Requirements : E95D23C4-251D-470A-A062-FA1922DFA9A8-</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">DFU CONTROL SERVICE</p></div>
<div class="service_hdg_text2"><p>E95D93B0-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>DFU Control : E95D93B1-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>DFU Flash Code : E95D93B2-251D-470A-A062-FA1922DFA9A8</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Generic Attribute</p></div>
<div class="service_hdg_text2"><p>1801</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Service Changed : 2A05</p></div>
</div>
</div>
</body>
</html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head><title>Bluetooth Developer Studio - Level 1 Profile Report</title>
<head><title>Bluetooth Developer Studio - Profile Report</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<script language="javascript" type="text/javascript" src="functions.js"></script>
@ -12,7 +12,7 @@
<div class="main_heading">
<div id="id_date" class="date">The Date</div>
<div class="heading_title">Bluetooth Developer Studio Level 1 Profile Report</div>
<div class="heading_title">Bluetooth Developer Studio Level 1 Report</div>
<div class="icon"><img src="BluetoothSIG.png"/></div>
</div>
@ -24,43 +24,22 @@
<div class="profile_item">
<div class="profile_label">Profile Name</div>
</div>
<div class="profile_item">
<div class="profile_value">BBC MICROBIT</div>
</div>
<div class="profile_item">
<div class="profile_label">Abstract:</div>
</div>
<div class="profile_item">
<div class="text_block"><pre>Default 'out of the box' profile for the BBC Micro Bit</pre></div>
<div class="profile_label">Abstract</div>
<div class="profile_value"></div>
</div>
<div class="profile_item">
<div class="profile_label">Summary:</div>
</div>
<div class="profile_item">
<div class="text_block"><pre>Version 1.6 - 21st September 2015
Removed the Battery Service. No way to establish battery levels on the micro:bit
Added a simple Temperature Service to exploit temperature sensors in micro:bit processors
Accelerometer and Magnetometer period characteristics now have uint16 fields instead of uint8 which required scaling up by multipling by 10.
Accelerometer Data and Magnetometer Data characteristics now use signed 16 bit integer fields for each of their X, Y and Z parts.
Accelerometer Data and Magnetometer Data characteristics now use signed 16 bit integer fields for each of their X, Y and Z parts.
New characteristic Magnetometer Heading added to the Magnetometer Service. Provides current heading in degrees.
Removed IO Parallel Port characteristic due to complexity and memory considerations.
Added Generic Attribute Service (previously absent in the repository)
Version 1.5 - 10th September 2015
Button State 2 characteristic given new, distinct UUID of E95DDA91-251D-470A-A062-FA1922DFA9A8
Removed the System LED State characteristic from the LED Service since it cannot be controlled from the BLE MCU.
Removed the Scrolling State characteristic from the LED Service due to complexity and memory constraints.
Changed LED Matrix State use of “Write Without Response” to “Write” so that no further writes can be made until theres been an ACK back from the previous one.
Removed Write property from MicroBit Requirements characteristic.</pre></div>
<div class="profile_label">Summary</div>
<div class="profile_value"></div>
</div>
<div class="profile_item">
<div class="profile_label">Base UUID</div>
<div class="profile_value">E95D0000251D470AA062FA1922DFA9A8</div>
<div class="profile_value">E95D0000-251D-470A-A062-FA1922DFA9A8</div>
</div>
<div class="profile_item">
@ -84,163 +63,152 @@ Removed Write property from MicroBit Requirements characteristic.</pre></div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Generic Access</p></div>
<div class="service_hdg_text2"><p>E95D2257251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>Generic Access</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Device Name : 2A00</p></div>
<div class="characteristic_summary"><p>00002A00-0000-1000-8000-00805F9B34FB : Device Name</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Appearance : E95DB788251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>00002A01-0000-1000-8000-00805F9B34FB : Appearance</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Generic Attribute</p></div>
<div class="service_hdg_text2"><p>1801</p></div>
<div class="service_hdg_text"><p>Generic Attribute</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Service Changed : 2A05</p></div>
<div class="characteristic_summary"><p>2A05 : Service Changed</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Device Information</p></div>
<div class="service_hdg_text2"><p>E95D5C58251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>Device Information</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Manufacturer Name String : E95D1BFB251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>00002A29-0000-1000-8000-00805F9B34FB : Manufacturer Name String</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Model Number String : E95D4257251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>00002A24-0000-1000-8000-00805F9B34FB : Model Number String</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Serial Number String : E95D06E2251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>00002A25-0000-1000-8000-00805F9B34FB : Serial Number String</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Hardware Revision String : E95DADDF251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>00002A27-0000-1000-8000-00805F9B34FB : Hardware Revision String</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Firmware Revision String : E95DB9A2251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>00002A26-0000-1000-8000-00805F9B34FB : Firmware Revision String</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">ACCELEROMETER SERVICE</p></div>
<div class="service_hdg_text2"><p>E95D0753251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>ACCELEROMETER SERVICE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Accelerometer Data : E95D41FB251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95DCA4B-251D-470A-A062-FA1922DFA9A8 : Accelerometer Data</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Accelerometer Period : E95D08DD251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95DFB24-251D-470A-A062-FA1922DFA9A8 : Accelerometer Period</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">MAGNETOMETER SERVICE</p></div>
<div class="service_hdg_text2"><p>E95DF2D8251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>MAGNETOMETER SERVICE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Magnetometer Data : E95DD9D1251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95DFB11-251D-470A-A062-FA1922DFA9A8 : Magnetometer Data</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Magnetometer Period : E95D0A68251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D386C-251D-470A-A062-FA1922DFA9A8 : Magnetometer Period</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Magnetometer Bearing : E95DB42F251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D9715-251D-470A-A062-FA1922DFA9A8 : Magnetometer Bearing</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">Button Service</p></div>
<div class="service_hdg_text2"><p>E95D9882251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>Button Service</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Button 1 State : E95DDA90251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95DDA90-251D-470A-A062-FA1922DFA9A8 : Button 1 State</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Button 2 State : E95DFB03251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95DDA91-251D-470A-A062-FA1922DFA9A8 : Button 2 State</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">LED SERVICE</p></div>
<div class="service_hdg_text2"><p>E95DD91D251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>IO PIN SERVICE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>LED Matrix State : E95D0D97251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D8D00-251D-470A-A062-FA1922DFA9A8 : Pin Data</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>LED Text : E95DF078251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D5899-251D-470A-A062-FA1922DFA9A8 : Pin AD Configuration</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Scrolling Delay : E95D15D1251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95DB9FE-251D-470A-A062-FA1922DFA9A8 : Pin IO Configuration</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">IO PIN SERVICE</p></div>
<div class="service_hdg_text2"><p>E95127B251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>LED SERVICE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Pin Data : E95DD6A3251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D7B77-251D-470A-A062-FA1922DFA9A8 : LED Matrix State</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Pin AD Configuration : E95D4388251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D93EE-251D-470A-A062-FA1922DFA9A8 : LED Text</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Pin IO Configuration : E95DC5A2251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D0D2D-251D-470A-A062-FA1922DFA9A8 : Scrolling Delay</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">EVENT SERVICE</p></div>
<div class="service_hdg_text2"><p>E95D4C7C251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>EVENT SERVICE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>MicroBit Requirements : E95D8912251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95DB84C-251D-470A-A062-FA1922DFA9A8 : MicroBit Requirements</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>MicroBit Event : E95DAEF6251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D9775-251D-470A-A062-FA1922DFA9A8 : MicroBit Event</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Client Requirements : E95DDDA1251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D23C4-251D-470A-A062-FA1922DFA9A8 : Client Requirements</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Client Event : E95D531C251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D5404-251D-470A-A062-FA1922DFA9A8 : Client Event</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">DFU CONTROL SERVICE</p></div>
<div class="service_hdg_text2"><p>E95D93B0251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>DFU CONTROL SERVICE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>DFU Control : E95D6A96251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D93B1-251D-470A-A062-FA1922DFA9A8 : DFU Control</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>DFU Flash Code : E95D2E9D251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D93B2-251D-470A-A062-FA1922DFA9A8 : DFU Flash Code</p></div>
</div>
<!-- Service Block -->
<div class="service_hdg">
<div><p class="service_hdg_text1">TEMPERATURE SERVICE</p></div>
<div class="service_hdg_text2"><p>E95D6100251D470AA062FA1922DFA9A8</p></div>
<div class="service_hdg_text"><p>TEMPERATURE SERVICE</p></div>
</div>
<div class="characteristic_hdg">
<div class="characteristic_summary"><p>Temperature : E95D9250251D470AA062FA1922DFA9A8</p></div>
<div class="characteristic_summary"><p>E95D8A38-251D-470A-A062-FA1922DFA9A8 : Temperature</p></div>
</div>
</div>

View file

@ -42,25 +42,25 @@ p
}
.date {
width: 100px;
width: 240px;
line-height: 79px;
height: 79px;
float:left;
float:left;
}
.heading_title {
width: 980px;
width: 800px;
line-height: 79px;
height: 79px;
float:left;
text-align:center;
float:left;
text-align:center;
}
.icon {
width: 200px;
width: 240px;
line-height: 79px;
height: 79;
float:left;
height: 79;
float:left;
}
.section_hdg {
@ -87,6 +87,7 @@ p
.profile_item {
float:left;
width:1265px;
height:33px;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
@ -95,28 +96,21 @@ p
}
.profile_label {
width: 300px;
font-size: 14px;
font-weight:bold;
width: 300px;
font-size: 14px;
font-weight:bold;
line-height: 33px;
height: 33px;
float:left;
float:left;
}
.profile_value {
font-size: 14px;
line-height: 33px;
height: 33px;
line-height: 33px;
height: 33px;
float:left;
}
.text_block {
font-size: 14px;
float:left;
padding-top: 5px;
padding-bottom: 5px;
}
.services_section_hdg {
float:left;
width:1280px;
@ -147,28 +141,17 @@ p
border-color: #FFFFFF;
}
.service_hdg_text1 {
font-size: 18px;
font-weight:bold;
color:#ffffff;
float:left;
width:800px;
.service_hdg_text {
font-size: 18px;
font-weight:bold;
color:#ffffff;
float:left;
width:1270px;
padding-left: 10px;
height:33px;
line-height: 33px;
background-color: #339933
}
.service_hdg_text2 {
font-size: 18px;
font-weight:bold;
color:#ffffff;
float:left;
width:470px;
height:33px;
line-height: 33px;
background-color: #339933
}
.service_item {
float:left;

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -42,25 +42,25 @@ p
}
.date {
width: 100px;
width: 240px;
line-height: 79px;
height: 79px;
float:left;
float:left;
}
.heading_title {
width: 980px;
width: 800px;
line-height: 79px;
height: 79px;
float:left;
text-align:center;
float:left;
text-align:center;
}
.icon {
width: 200px;
width: 240px;
line-height: 79px;
height: 79;
float:left;
height: 79;
float:left;
}
.section_hdg {
@ -87,6 +87,7 @@ p
.profile_item {
float:left;
width:1265px;
height:33px;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
@ -105,18 +106,11 @@ p
.profile_value {
font-size: 14px;
line-height: 33px;
height: 33px;
line-height: 33px;
height: 33px;
float:left;
}
.text_block {
font-size: 14px;
float:left;
padding-top: 5px;
padding-bottom: 5px;
}
.services_section_hdg {
float:left;
width:1280px;
@ -162,6 +156,7 @@ p
.service_item {
float:left;
width:1265px;
height:33px;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
@ -231,6 +226,7 @@ p
.characteristic_item {
float:left;
width:1280px;
height:33px;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
@ -249,21 +245,13 @@ p
background-color: #F5F6CE
}
.characteristic_label {
width: 300px;
font-size: 12px;
font-weight:bold;
width: 300px;
font-size: 12px;
font-weight:bold;
line-height: 33px;
height: 33px;
float:left;
padding-left: 45px;
}
.char_text_block {
font-size: 14px;
float:left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 45px;
padding-left: 45px;
}
.characteristic_value {
@ -455,13 +443,3 @@ p
{
text-align: right;
}
.mandatory_property {
width: 935px;
font-size: 12px;
line-height: 33px;
height: 33px;
float:left;
font-weight:bold;
color:#ff0000;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -42,25 +42,25 @@ p
}
.date {
width: 100px;
width: 240px;
line-height: 79px;
height: 79px;
float:left;
float:left;
}
.heading_title {
width: 980px;
width: 800px;
line-height: 79px;
height: 79px;
float:left;
text-align:center;
float:left;
text-align:center;
}
.icon {
width: 200px;
width: 240px;
line-height: 79px;
height: 79;
float:left;
height: 79;
float:left;
}
.section_hdg {
@ -87,6 +87,7 @@ p
.profile_item {
float:left;
width:1265px;
height:33px;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
@ -105,18 +106,11 @@ p
.profile_value {
font-size: 14px;
line-height: 33px;
height: 33px;
line-height: 33px;
height: 33px;
float:left;
}
.text_block {
font-size: 14px;
float:left;
padding-top: 5px;
padding-bottom: 5px;
}
.services_section_hdg {
float:left;
width:1280px;
@ -162,6 +156,7 @@ p
.service_item {
float:left;
width:1265px;
height:33px;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
@ -231,6 +226,7 @@ p
.characteristic_item {
float:left;
width:1280px;
height:33px;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
@ -258,14 +254,6 @@ p
padding-left: 45px;
}
.char_text_block {
font-size: 14px;
float:left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 45px;
}
.characteristic_value {
width: 935px;
font-size: 12px;
@ -455,13 +443,3 @@ p
{
text-align: right;
}
.mandatory_property {
width: 935px;
font-size: 12px;
line-height: 33px;
height: 33px;
float:left;
font-weight:bold;
color:#ff0000;
}