public final class ZWay.Device.Instance.SwitchMultilevel extends ZWay.Device.Instance.CommandClass
| Modifier and Type | Field and Description |
|---|---|
ZWay.Data |
data |
static int |
id |
instance| Constructor and Description |
|---|
SwitchMultilevel(ZWay zway,
ZWay.Device.Instance instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
get() |
void |
get(Object callbackArg) |
void |
set(int level,
int duration) |
void |
set(int level,
int duration,
Object callbackArg) |
void |
startLevelChange(int dir,
int duration,
boolean ignoreStartLevel,
int startLevel,
int incdec,
int step) |
void |
startLevelChange(int dir,
int duration,
boolean ignoreStartLevel,
int startLevel,
int incdec,
int step,
Object callbackArg) |
void |
stopLevelChange() |
void |
stopLevelChange(Object callbackArg) |
interviewpublic static final int id
public final ZWay.Data data
public SwitchMultilevel(ZWay zway, ZWay.Device.Instance instance) throws Exception
Exceptionpublic void get(Object callbackArg)
public void get()
public void set(int level,
int duration,
Object callbackArg)
public void set(int level,
int duration)
public void startLevelChange(int dir,
int duration,
boolean ignoreStartLevel,
int startLevel,
int incdec,
int step,
Object callbackArg)
public void startLevelChange(int dir,
int duration,
boolean ignoreStartLevel,
int startLevel,
int incdec,
int step)
public void stopLevelChange(Object callbackArg)
public void stopLevelChange()
Copyright © 2023 Z-Wave.Me. All rights reserved.