OH3 semantic model, what makes something a control verse a measurement

I found the answer,
I looked over HABot Walkthrough (2/n): Semantic Tagging & Item Resolving again and found this section

  • Points and Properties should usually used together, so that the “relatesTo” relation is implied by having a single item tagged with a Point & Property. If a Property tag is found without the associated Point, the item will implicitely be considered to be a Status if the item is read only, or a Control if it can accept commands.

and

Number Temperature_GF_Corridor "Corridor [%.1f °C]"    ["Temperature", "Measurement"]
Switch Light_FF_Bath_Ceiling   "Ceiling"               ["Light"]
Dimmer Temperature_Setpoint    "Temperature [%.1f °C]" ["Setpoint", "Temperature"]

So what i need to do is [“Temperature”, “Measurement”] listing both the ‘property’ and the ‘point’

1 Like