Click or drag to resize

IIRPowerState Interface

[This is preliminary documentation and is subject to change.]

Defines PowerState capability for Infrared controlled devices

Namespace:  GHASchema.Classes.Capabilities.IRControl
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public interface IIRPowerState

The IIRPowerState type exposes the following members.

Properties
  NameDescription
Public propertyPowerCommand_On
IR command to set device to ON
Public propertyPowerStateCommand_Off
IR command to set device to OFF
Public propertyPowerStateCommand_Toggle
IR command to set device to toggle powerstate
Top
See Also