Changed nexa to string to be more readable
This commit is contained in:
parent
1273bcae49
commit
1c62ef7c18
2 changed files with 7 additions and 9 deletions
|
|
@ -156,11 +156,10 @@ public class NexaSelfLearning extends TellstickProtocol implements SwitchEventDa
|
||||||
|
|
||||||
|
|
||||||
public String toString(){
|
public String toString(){
|
||||||
return "protocol:arctech;model:selflearning;" +
|
return "house:"+house+
|
||||||
"house:"+house+
|
", group:"+group+
|
||||||
";group:"+group+
|
", unit:"+unit+
|
||||||
";unit:"+unit+
|
", method:"+enable;
|
||||||
";method:"+enable;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -74,10 +74,9 @@ public class Oregon0x1A2D extends TellstickProtocol implements PowerConsumptionS
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toString(){
|
public String toString(){
|
||||||
return "protocol:oregon;model:0x1A2D;" +
|
return "address:"+address+
|
||||||
"address:"+address+
|
", temperature:"+temperature+
|
||||||
";temperature:"+temperature+
|
", humidity:"+humidity;
|
||||||
";humidity:"+humidity;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue