ReJo

Results 7 issues of ReJo

THis will allow you to have global confi file for a project and specific ones for specific services

This will allow to respond to messages coming from "parent" exchange of an alternate exchange processing the message. For example, if you have multiple people working on a project, each...

in the device advanced parameter we can adjust the low battery alarm threshold but it does not seem to work. from drivers/vibration.aq1/device.js ``` onXiaomiLifelineAttributeReport({ batteryVoltage, } = {}) { if...

In case of a connection lost (for example if the mqtt broker is restarted), it seems that it does not reconnect so the published items are lost until I restart...

According to Paddle doc: https://developer.paddle.com/api-reference/3f031a63f6bae-generate-pay-link vat_state is NOT required fixes #11

In function `create_pay_link`, if `vat_number` is set and `vat_state` is not, we get an error `ValueError('vat_state must be set if vat_number is set')` According to https://developer.paddle.com/api-reference/product-api/pay-links/createpaylink this field is NOT...

Something like ``` {{ value | number:0 }} ``` triggers errors before the : and after the 0