Improved log output

here
cpfeiffer 2016-03-23 22:17:01 +01:00
parent 9d9ef8a6f8
commit 1348bad4d3
1 changed files with 5 additions and 0 deletions

View File

@ -26,4 +26,9 @@ public class SetDeviceStateAction extends PlainAction {
public Context getContext() {
return context;
}
@Override
public String toString() {
return super.toString() + " to " + deviceState;
}
}