Does the following correctly switch the centre switch on and off?
Thing topic 3_gang "Light" @ "Kitchen Light"
{
Channels:
Type switch : center_state “Power Center” [
stateTopic = "zigbee2mqtt/3_gang/state_center",
commandTopic = "zigbee2mqtt/3_gang/set/state_center",
on="ON",
off="OFF"
]
}
Switch Kitchen_Light "Kitchen Light" (FamilyRoom) {channel="mqtt:topic:openhabBroker:3_gang:center_state"}