Package com.inertia.promove
Class Command.ServiceRadioRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.ServiceRadioRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.ServiceRadioRequest extends Command.ProMoveRequest
-
Constructor Summary
Constructors Constructor Description ServiceRadioRequest(byte setting)
create service Radio request -
Method Summary
Modifier and Type Method Description byte[]
getBytes()
byte
getSubType()
Command.Group
getType()
Methods inherited from class com.inertia.promove.Command.ProMoveRequest
getFromNode, parse, toString
-
Constructor Details
-
ServiceRadioRequest
public ServiceRadioRequest(byte setting)create service Radio request- Parameters:
setting
- 0x0 to turn zigbee radio on (may work, but not supported), 0x1 to turn zigbee radio off (power-cycle will turn it on again)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveRequest
-