The following is not a problem, just an annoyance

I have a routine that sends me a daily email about which devices are offline.
It looks like this:

Time Schedule – Timer
Everyday at 05.00 at location Mit hjem

Action – http
https://lab.sharptools.dev/smartthings/healthcheck?token=” My token”

Action – Notification
Email
MyMailAdress@gmail.com
Subject
Health Check - devices that are offline
Body
$context.response.data.textSummary are offline.

A response typically looks like this:
Pir 1 Knap1, Motion Sensor office, Motion Sensor kontor, Door Sensor west, Zigbee Light 1, Zigbee Light 2 are offline.

In the example shown, the only device I want to have an offline status on is “Door Sensor west”, because all the other devices are in my drawer for future use and are therefore of course offline.

How can I prevent certain devices from being included in my daily status?

William