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(){
|
||||
return "protocol:arctech;model:selflearning;" +
|
||||
"house:"+house+
|
||||
";group:"+group+
|
||||
";unit:"+unit+
|
||||
";method:"+enable;
|
||||
return "house:"+house+
|
||||
", group:"+group+
|
||||
", unit:"+unit+
|
||||
", method:"+enable;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -74,10 +74,9 @@ public class Oregon0x1A2D extends TellstickProtocol implements PowerConsumptionS
|
|||
}
|
||||
|
||||
public String toString(){
|
||||
return "protocol:oregon;model:0x1A2D;" +
|
||||
"address:"+address+
|
||||
";temperature:"+temperature+
|
||||
";humidity:"+humidity;
|
||||
return "address:"+address+
|
||||
", temperature:"+temperature+
|
||||
", humidity:"+humidity;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue