For every message that a charger does not implement, like the backported ExtendedTriggerMessages or GetLogs, it responds with: ```json [ 4, "6961263434", "NotImplemented", "", [] ] ``` How can we handle this gracefully in the validator? Some charger implementations: https://github.com/matth-x/MicroOcpp/blob/ee1271b7e8d9bc8d67765c006ffdf9c022f117fe/src/MicroOcpp/Core/OperationRegistry.cpp#L73 https://github.com/matth-x/MicroOcpp/blob/ee1271b7e8d9bc8d67765c006ffdf9c022f117fe/src/MicroOcpp/Operations/TriggerMessage.cpp#L75
For every message that a charger does not implement, like the backported ExtendedTriggerMessages or GetLogs, it responds with:
[ 4, "6961263434", "NotImplemented", "", [] ]How can we handle this gracefully in the validator?
Some charger implementations:
https://github.com/matth-x/MicroOcpp/blob/ee1271b7e8d9bc8d67765c006ffdf9c022f117fe/src/MicroOcpp/Core/OperationRegistry.cpp#L73
https://github.com/matth-x/MicroOcpp/blob/ee1271b7e8d9bc8d67765c006ffdf9c022f117fe/src/MicroOcpp/Operations/TriggerMessage.cpp#L75