You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 年之前
5 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # node-red-contrib-boolean-logic-ultimate
  2. [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday)
  3. <a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel.</a> Only news about my nodes, no spam, no ads. I'm a github developer, not a merchant.
  4. <p>
  5. <b>Version 1.0.17</b> May 2020<br/>
  6. - Interruptflowultimete: msg.play = true sends the current payload See the README on github for an example.</br>
  7. </p>
  8. <p>
  9. <b>Version 1.0.16</b> May 2020<br/>
  10. - BlinkerUltimate: if you set the interval while the blinker is running, yet the new interval is applied immediately.</br>
  11. </p>
  12. <p>
  13. <b>Version 1.0.15</b> May 2020<br/>
  14. - Adjusted status of Boolean Logic ultimate. Replaced the text "null", with --- for better understanding.</br>
  15. </p>
  16. <p>
  17. <b>Version 1.0.14</b><br/>
  18. - NEW: added blinker node. Thanks to @Marco for the suggestion.</br>
  19. </p>
  20. <p>
  21. <b>Version 1.0.12</b><br/>
  22. - Boolean Logic, FilterUltimate and InvertUltimate now output the entire message input, replacing only topic and payload.</br>
  23. </p>
  24. <p>
  25. <p>
  26. <b>Version 1.0.11</b><br/>
  27. - Enhanced help.</br>
  28. </p>
  29. <p>
  30. <b>Version 1.0.10</b><br/>
  31. - Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.</br>
  32. </p>
  33. <p>
  34. <b>Version 1.0.9</b><br/>
  35. - Added "Interrupt Flow" node. Whenever the node receives a payload = false from a specific topic, it stops output messages to the flow. As soon it receives payload = true from this topic, the output messages start to flow out again.</br>
  36. </p>
  37. <p>
  38. <b>Version 1.0.8</b><br/>
  39. - Updated Help
  40. </p>
  41. <p>
  42. <b>Version 1.0.7</b><br/>
  43. - Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.<br/>
  44. </p>
  45. <p>
  46. <b>Version 1.0.6</b><br/>
  47. - Stripped out the date/time in node status<br/>
  48. </p>
  49. <p>
  50. <b>Version 1.0.5</b><br/>
  51. - Added the Last value change date/time in the status.<br/>
  52. - Correction in the in-line help<br/>
  53. - Better format of the README.md<br/>
  54. </p>
  55. <p>
  56. <b>Version 1.0.4</b><br/>
  57. - Added the option to initialize the undefined inputs with true or false. Thanks to this, the node is immediately operative (will not wait until all topis arrives).<br/>
  58. </p>
  59. <p>
  60. <b>Version 1.0.3</b><br/>
  61. - Node status: cosmetic adjustments<br/>
  62. </p>
  63. <p>
  64. <b>Version 1.0.2</b><br/>
  65. - Added "trigger mode" option (fixed UI glitch)<br/>
  66. </p>
  67. <p>
  68. <b>Version 1.0.1</b><br/>
  69. - Added "trigger mode" option<br/>
  70. </p>
  71. <p>
  72. <b>Version 1.0.0</b><br/>
  73. - Added Filter node<br/>
  74. </p>
  75. <p>
  76. <b>Version 0.0.8</b><br/>
  77. - Delete persistent states when a new unexpected topic arrrives<br/>
  78. - Better status representation<br/>
  79. - Better and clearer configuration UI <br/>
  80. </p>
  81. <p>
  82. <b>Version 0.0.7</b><br/>
  83. - Fixed decimal error in the "Invert" node.<br/>
  84. </p>
  85. <p>
  86. <b>Version 0.0.6</b><br/>
  87. - Fixed crappy "Invert" node.<br/>
  88. </p>
  89. <p>
  90. <b>Version 0.0.5</b><br/>
  91. - Bypass persistency if node-red user hasn't permissions to write to the filesystem.<br/>
  92. </p>
  93. <p>
  94. <b>Version 0.0.4</b><br/>
  95. - Fixed conflict issue if you have the old boolean logic installed<br/>
  96. </p>
  97. <p>
  98. <b>Version 0.0.3</b><br/>
  99. - Fixed status display<br/>
  100. </p>
  101. <p>
  102. <b>Version 0.0.2</b><br/>
  103. - Fixed persistent state deletion upon node update/delete<br/>
  104. </p>
  105. <p>
  106. <b>Version 0.0.1</b><br/>
  107. - Initial release<br/>
  108. </p>