homieiot / convention

🏡 The Homie Convention: a lightweight MQTT convention for the IoT
https://homieiot.github.io/
Other
705 stars 59 forks source link

Tools - datetime #219

Open Sylvaner opened 3 years ago

Sylvaner commented 3 years ago

Hello,

When i try to validate my published topics with the "Online verificator for Homie 4", i have a validation failed because i use datetime in a $datatype.

Datetime is missing in valueRestrictions :

    ["$datatype", /^\b(integer|float|boolean|string|enum|color)\b$/],

Regards