MacOS (Arm)
ESP-IDF: 5.5.2
ESP-MATTER: v1.4.2
I want to implement a standard On/Off Switch on platforms like SmartThings or HomeKit. Although the Matter device type definition includes a similar ESP_MATTER_ON_OFF_SWITCH_DEVICE_TYPE_ID, I understand that this controls an On/Off cluster on other nodes. I actually tried doing this, but naturally, it failed. How can I implement this directly within the Matter source code? I want it to be registered on the actual platform in this manner. Please refer to the image.

MacOS (Arm)
ESP-IDF: 5.5.2
ESP-MATTER: v1.4.2
I want to implement a standard On/Off Switch on platforms like SmartThings or HomeKit. Although the Matter device type definition includes a similar
ESP_MATTER_ON_OFF_SWITCH_DEVICE_TYPE_ID, I understand that this controls an On/Off cluster on other nodes. I actually tried doing this, but naturally, it failed. How can I implement this directly within the Matter source code? I want it to be registered on the actual platform in this manner. Please refer to the image.