@ -52,7 +52,7 @@ func (b *bridge) Devices() []models.Device {
BridgeID: b.externalID,
InternalID: strconv.Itoa(int(panel.ID)),
Icon: shapeIcon,
Name: fmt.Sprintf("%s %d", shapeType, i),
Name: fmt.Sprintf("%s %d", shapeType, i+1),
Capabilities: []models.DeviceCapability{
models.DCPower,
models.DCColorHS,