Skip to content

Commit

Permalink
Rename E2P config blocks by removing the "Config" suffix to make them…
Browse files Browse the repository at this point in the history
… consistent with the header files.
  • Loading branch information
breaker27 committed Jan 26, 2014
1 parent d8382fa commit 3114b26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/shc_e2p_editor/e2p_layout.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<E2P xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="e2p_metamodel.xsd">
<Block>
<Name>HardwareConfig</Name>
<Name>Hardware</Name>
<Description>Values for hardware setup, which have no special meaning to SHC device concepts + the DeviceType, which decides about the existence of further blocks.</Description>
<EnumValue>
<ID>DeviceType</ID>
Expand Down Expand Up @@ -40,7 +40,7 @@
</Reserved>
</Block>
<Block>
<Name>GenericConfig</Name>
<Name>Generic</Name>
<Description>This block contains SHC configuration data which every device has.</Description>
<UIntValue>
<ID>DeviceID</ID>
Expand Down Expand Up @@ -69,7 +69,7 @@
</ByteArray>
</Block>
<Block>
<Name>BaseStationConfig</Name>
<Name>BaseStation</Name>
<Description>This block contains the specific configuration data that only Base Station devices need.</Description>
<Restriction>
<RefID>DeviceType</RefID>
Expand All @@ -92,7 +92,7 @@
</Reserved>
</Block>
<Block>
<Name>TempSensorConfig</Name>
<Name>TempSensor</Name>
<Description>This block contains the specific configuration data that only Temperature Sensor devices need.</Description>
<Restriction>
<RefID>DeviceType</RefID>
Expand Down Expand Up @@ -129,7 +129,7 @@
</Reserved>
</Block>
<Block>
<Name>PowerSwitchConfig</Name>
<Name>PowerSwitch</Name>
<Description>This block contains the specific configuration data that only Power Switch devices need.</Description>
<Restriction>
<RefID>DeviceType</RefID>
Expand Down Expand Up @@ -159,7 +159,7 @@
</Reserved>
</Block>
<Block>
<Name>DimmerConfig</Name>
<Name>Dimmer</Name>
<Description>This block contains the specific configuration data that only Dimmer devices need.</Description>
<Restriction>
<RefID>DeviceType</RefID>
Expand All @@ -182,7 +182,7 @@
</Reserved>
</Block>
<Block>
<Name>ThermostatConfig</Name>
<Name>Thermostat</Name>
<Description>This block contains the specific configuration data that only thermostat devices need.</Description>
<Restriction>
<RefID>DeviceType</RefID>
Expand Down

0 comments on commit 3114b26

Please sign in to comment.