Clearing status from debug node

When testing out, I'd like to be able to clear all the debug nodes statuses easily (just in this tab)

What the easiest/simplest way of doing this?

Inject a space:

[
    {
        "id": "4420a938c534a308",
        "type": "inject",
        "z": "70145c706aa50353",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 180,
        "y": 100,
        "wires": [
            [
                "7cbb9b4c411ea6e5"
            ]
        ]
    },
    {
        "id": "46604ab20d3552af",
        "type": "inject",
        "z": "70145c706aa50353",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 180,
        "y": 160,
        "wires": [
            [
                "ed99add1524b58e6"
            ]
        ]
    },
    {
        "id": "350d0bfad0034adf",
        "type": "inject",
        "z": "70145c706aa50353",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 180,
        "y": 240,
        "wires": [
            [
                "53285f76e7ee3d69"
            ]
        ]
    },
    {
        "id": "7cbb9b4c411ea6e5",
        "type": "debug",
        "z": "70145c706aa50353",
        "name": "debug 14",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": true,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "payload",
        "statusType": "auto",
        "x": 660,
        "y": 100,
        "wires": []
    },
    {
        "id": "ed99add1524b58e6",
        "type": "debug",
        "z": "70145c706aa50353",
        "name": "debug 15",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": true,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "payload",
        "statusType": "auto",
        "x": 660,
        "y": 160,
        "wires": []
    },
    {
        "id": "53285f76e7ee3d69",
        "type": "debug",
        "z": "70145c706aa50353",
        "name": "debug 16",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": true,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "payload",
        "statusType": "auto",
        "x": 660,
        "y": 240,
        "wires": []
    },
    {
        "id": "09135ea733caed80",
        "type": "inject",
        "z": "70145c706aa50353",
        "name": "Inject a space",
        "props": [
            {
                "p": "payload"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "  ",
        "payloadType": "str",
        "x": 190,
        "y": 320,
        "wires": [
            [
                "7cbb9b4c411ea6e5",
                "ed99add1524b58e6",
                "53285f76e7ee3d69"
            ]
        ]
    }
]

Easier to just show how:
injectspace

1 Like

I was after someway of doing it without having to do it that way

I do have my own status node that displays the payload for a few secs and then just shows the last time a message passed thru

image

image

Bu I was wanting to publish a series of images of my flow to show the sequence, when I realised I didn't know how to easily clear a debug status

I may have a simple way that's not too bad for my scenario of just 3 debug nodes

It's to click on the button twice and then click deploy (which clears the status)

I would be nice to have on the right-click menu but even if it was there we might still have to click on deploy????

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.