This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Commit e08fbd0
authored
Add skip_validation list to CentralSystem to allow non-validated responses (#200)
This can contain a list of Actions that have validation turned off
For example you can do the following: skip_validation.append(Action.boot_notification)
to turn off validation during BootNotification responses
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>1 parent b88ca4e commit e08fbd0
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
0 commit comments