Skip to content

Commit

Permalink
Tasmota: display featuren name
Browse files Browse the repository at this point in the history
  • Loading branch information
atrovato committed Jan 15, 2020
1 parent b231315 commit 08476e3
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -16,7 +16,9 @@ const BinaryDeviceType = ({ children, ...props }) => {
<td>
<i class="fe fe-toggle-right" />
</td>
<td>{props.device.name}</td>
<td>
{props.device.name} - {props.deviceFeature.name}
</td>
<td class="text-right">
<label class="custom-switch">
<input
Expand Down

0 comments on commit 08476e3

Please sign in to comment.