Improve error for unknown topics
This commit is contained in:
parent
52e0ec85e9
commit
e792a57cb4
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ type Event =
|
|||
| TimeChanged of DateTime
|
||||
|
||||
type ParseZigbeeEventError =
|
||||
| UnknownTopic
|
||||
| UnknownTopic of string
|
||||
| InvalidJson
|
||||
| MissingTypeField
|
||||
| MissingDataField
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue