NodeRED Tutorial - Iterate an Array with the SPLIT Node

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • A simple tutorial walking through using the SPLIT node to iterate an array. I show how you can select content with the HTML Parser then itereate through that content with Split node. The result are individual object flows that can trigger further processing.

Комментарии • 1

  • @astrostevehobby5096
    @astrostevehobby5096 3 года назад

    I'm looking for a way to make a nuisance detection for my notifications. So if a motion detector has happened x times in so many minutes, stop alerting until we go less than x times in that many minutes. If I make an array of times as a variable, and maybe with the split and join I can remove times older than 5 minutes, then keep track of how many times a motion detector has gone off. I think this will work. I'm just learning node red, so your video helped in learning some nodes I didn't know about yet.