Announcement

Collapse
No announcement yet.

Cant display a device status

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cant display a device status

    I am having trouble displaying a device status. This works:

    <tr>
    <td width="100%" valign="top" align="left" colspan="2" class="tableheader" height="22">
    Media Player</td>
    </tr>
    <tr>
    <td width="30%" class="tablecolumn">Name</td>
    <td width="70%" class="tablecolumn">Value</td>
    </tr>
    <tr>
    <td width="30%" class="tablerowodd">Status</td>
    <td width="70%" class="tablerowodd"><% response.write hs.DeviceString("^1") %></td>
    </tr>


    But this does not:
    <tr>
    <td width="100%" valign="top" align="left" colspan="2" class="tableheader" height="22">
    Audio Speakers</td>
    </tr>
    <tr>
    <td width="30%" class="tablecolumn">Name</td>
    <td width="70%" class="tablecolumn">Value</td>
    </tr>
    <tr>
    <td width="30%" class="tablerowodd">Rear Deck</td>
    <td width="70%" class="tablerowodd"><% response.write hs.DeviceString("]1") %></td>
    </tr>


    Could there be a setting in the device to to not allow it to display?

    Any help is appreciated.

    thanks,
    michael

    #2
    Only the obovious. Does device ("]1") have a device string in the HS GUI?
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      Rupp,

      You are so correct. I was looking for the tress and missed the forest.

      michael

      Comment

      Working...
      X