Alerts » Historie » Version 5
Maximilian Seesslen, 25.03.2024 16:33
1 | 1 | Maximilian Seesslen | h2. Alarms/Alerts |
---|---|---|---|
2 | |||
3 | Devices should indicate issues; e.g.: |
||
4 | |||
5 | * Battery low |
||
6 | * I2C problems |
||
7 | 5 | Maximilian Seesslen | * Buffer overflow |
8 | 1 | Maximilian Seesslen | |
9 | h2. Object structutre |
||
10 | |||
11 | |_. Size |_. Decription |_. Examples | |
||
12 | | 2 | Object/Subsystem | I2C, VBat, | |
||
13 | | 1 | Unit | hz, Float, Time, Date, Percent, promilPwm, centiCelsius, canId, room, Multipacket-String | |
||
14 | | 1 | Issue | Whats wrong, Undervolts, Communication error | |
||
15 | | 4 | Value | 32Bit data of kind 'unit' | |
||
16 | 2 | Maximilian Seesslen | |
17 | |||
18 | 4 | Maximilian Seesslen | |_. Size |_. Decription |_. Examples | |
19 | | 2 | Event/Alert | buffer overflow, want sleep, overtemperature, Undervolts, Communication error + categorie | |
||
20 | | 1 | Unit | hz, Float, Time, Date, Percent, promilPwm, centiCelsius, canId, room, Multipacket-String | |
||
21 | | 1 | type | | |
||
22 | | 4 | Value | 32Bit data of kind 'unit' | |
||
23 | 1 | Maximilian Seesslen | |
24 | Room is a bit specifik to the timeout-shutdown-thing. subindex |
||
25 | Setting ambient light has the same issue. |
||
26 | 4 | Maximilian Seesslen | |
27 | Categorie: |
||
28 | USB, UART, System |
||
29 | |||
30 | Type: |
||
31 | Critical, Warning, Info, Event |
||
32 | 5 | Maximilian Seesslen | |
33 | Events: |
||
34 | Simple integer code which can be send via logging |
||
35 | * Buffer overflow |
||
36 | * I2C issue |