Skip to content

Commit

Permalink
Ready for another beta round
Browse files Browse the repository at this point in the history
Added support for HVAC and Timeclock “devices”
  • Loading branch information
FlyingDiver committed Mar 20, 2018
1 parent 2bba4d6 commit ed48caf
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 62 deletions.
11 changes: 10 additions & 1 deletion Lutron RadioRA 2.indigoPlugin/Contents/Server Plugin/Devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</Field>
</ConfigUI>
</Device>

<Device type="sensor" id="ra2Sensor">
<Name>RadioRA 2 Powr Savr Sensor</Name>
<ConfigUI>
Expand Down Expand Up @@ -199,4 +199,13 @@
</Field>
</ConfigUI>
</Device>

<Device type="custom" id="ra2TimeClockEvent">
<Name>RadioRA 2 Time Clock Event</Name>
<ConfigUI>
<Field type="textField" id="event" defaultValue="">
<Label>Event Number:</Label>
</Field>
</ConfigUI>
</Device>
</Devices>
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<Option value="Type">Device Type</Option>
</List>
</Field>
<Field id="do_query" type="checkbox" defaultValue="false">
<Label>Query all devices after creation:</Label>
</Field>
<Field id="simulated" type="checkbox" defaultValue="true">
<Label>Simulate only:</Label>
</Field>
Expand Down

0 comments on commit ed48caf

Please sign in to comment.