[SOLVED] Item Error - AVM Fritz

I get some error when configuring the items for my Fritz!DECT 210.

> 13:18:44.291 [WARN ] [del.core.internal.ModelRepositoryImpl] - Configuration model 'WeWe.items' has errors, therefore ignoring it: [89,7]: extraneous input ':' expecting RULE_ID
> [89,33]: missing RULE_ID at '"Current measured temperature [%.1f %unit%]"'
> [90,7]: extraneous input ':' expecting RULE_ID
> [90,23]: missing RULE_ID at '"Accumulated energy consumption [%.3f kWh]"'
> [91,7]: extraneous input ':' expecting RULE_ID
> [91,21]: missing RULE_ID at '"Current power consumption [%.2f %unit%]"'

I used the example syntax provided in the OH guideline for the AVM binding.
The switch Outlet1 does work as expected.

Switch Outlet1 "Switchable outlet" { channel = "avmfritz:FRITZ_DECT_210:1:xxxxx:outlet" }

However, the Temperature, Energy and Power items are causing the errors.

Number:Temperature Temperature1 "Current measured temperature [%.1f %unit%]" { channel = "avmfritz:FRITZ_DECT_210:1:xxxxx:temperature" }
Number:Energy Energy1 "Accumulated energy consumption [%.3f kWh]" { channel = "avmfritz:FRITZ_DECT_210:1:xxxxx:energy" }
Number:Power Power1 "Current power consumption [%.2f %unit%]" { channel = "avmfritz:FRITZ_DECT_210:1:xxxxx:power" }

Not sure I did something wrong?

Below is the things I have configured:

Bridge avmfritz:fritzbox:1 @ "WeWe" [ ipAddress="x.x.x.x", password="xxx"] {
    Thing FRITZ_DECT_210 xxx "FRITZ!DECT 210 #1" @ "Waschmaschine" [ ain="xxx" ]
}

Seems I found it.

The items should be Number only in v2.2. Only from 2.3 the Number:… is a valid syntax