Skip to content

Commit

Permalink
Applied spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <[email protected]>
  • Loading branch information
cweitkamp committed Oct 16, 2020
1 parent 0c2af17 commit 9137064
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<!-- Hue Presence Sensor -->
<thing-type id="0107">
<supported-bridge-type-refs>
<bridge-type-ref id="bridge" />
<bridge-type-ref id="bridge"/>
</supported-bridge-type-refs>

<label>Presence Sensor</label>
<description>A motion sensor providing presence detection.</description>

<channels>
<channel id="presence" typeId="system.motion" />
<channel id="last_updated" typeId="last_updated" />
<channel id="enabled" typeId="system.power" />
<channel id="battery_level" typeId="system.battery-level" />
<channel id="battery_low" typeId="system.low-battery" />
<channel id="presence" typeId="system.motion"/>
<channel id="last_updated" typeId="last_updated"/>
<channel id="enabled" typeId="system.power"/>
<channel id="battery_level" typeId="system.battery-level"/>
<channel id="battery_low" typeId="system.low-battery"/>
</channels>

<representation-property>uniqueId</representation-property>
Expand Down

0 comments on commit 9137064

Please sign in to comment.