Added support for Home Assistant servers

This commit is contained in:
Juan Gilsanz Polo 2022-10-16 23:59:56 +02:00
parent c848591356
commit b1e257ddd3
9 changed files with 165 additions and 15 deletions

View file

@ -22,4 +22,9 @@ class AppLog {
'resBody': resBody.toString()
};
}
@override
String toString() {
return toMap().toString();
}
}