Plugin SDK

child Class

Class to hold information about a child device

Inheritance Hierarchy

System.Object  Scheduler.child
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)

Syntax

C#

public class child


VB

Public Class child


The child type exposes the following members.

Constructors

 

Name

Description

worddav3b2316144b0e44ffb623c605f3c428b3.png

child

 


Properties

 

Name

Description

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

has_controls

True if this child device has controls

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

name

The name of the device

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

name_short

The name truncated to 10 characters

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

ref

The reference ID for the device

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

status

The status of the device for display

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

status_image

The path to status image, for example: /images/HomeSeer/status/no-status.png

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

status_short

The status string limited to a max of 10 characters, for display

worddav8d03ee7e58a7e4d6764b7cb3230aba0c.png

status_suffix

The suffix string that should be appended to the status value


See Also

Scheduler Namespace