mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Added suppression info (#2790)
* added suppression info * added to type
This commit is contained in:
committed by
Paulus Schoutsen
parent
1afb8f109e
commit
513eaea4f4
@@ -7,6 +7,9 @@ export interface LoggedError {
|
||||
// unix timestamp in seconds
|
||||
timestamp: number;
|
||||
exception: string;
|
||||
count: number;
|
||||
// unix timestamp in seconds
|
||||
first_occured: number;
|
||||
}
|
||||
|
||||
export const fetchSystemLog = (hass: HomeAssistant) =>
|
||||
|
||||
Reference in New Issue
Block a user