Here are the Items. Note the metadata for DS_PoolTable_LED_Color is for use with the Alexa skill, so you may not need this.
Color DS_PoolTable_LED_Color "Pool Table Color [%s]" <colorpicker> (gLED,gDS_RecreationRoom,gDS_FamilyRoom_Action) {channel="zwave:device:07cb40a2:node151:color_color1", alexa="BrightnessController.brightness,ColorController.color" [category="OTHER"]}
Dimmer DS_PoolTable_LED_ColorTemperature "Pool Table Color Temperature [%s]" <none> (gLED,gDS_RecreationRoom) {channel="zwave:device:07cb40a2:node151:color_temperature1"}
Dimmer DS_PoolTable_LED "Pool Table [%s]" <none> (gLED,gDS_RecreationRoom) {channel="zwave:device:07cb40a2:node151:switch_dimmer1"}
Number:Energy DS_PoolTable_LED_Energy "Pool Table: Energy [%.0f kWh]" <energy> (gLED,gDS_RecreationRoom,gElectrical) {channel="zwave:device:07cb40a2:node151:meter_kwh1"}
Number:Power DS_PoolTable_LED_Power "Pool Table: Power [%.0f W]" <energy> (gLED,gDS_RecreationRoom,gElectrical) {channel="zwave:device:07cb40a2:node151:meter_watts1"}
Number DS_PoolTable_LED_Scene "Pool Table: Scene [%d]" <none> (gLED,gDS_RecreationRoom) {channel="zwave:device:07cb40a2:node151:scene_number1"}
Number DS_PoolTable_LED_Program "Pool Table: Program [%d]" <none> (gLED,gDS_RecreationRoom) {channel="zwave:device:07cb40a2:node151:config_decimal_param157"}
This is a snippet from my sitemap…
Default item=DS_PoolTable_LED
Default item=DS_PoolTable_LED_Color
Default item=DS_PoolTable_LED_ColorTemperature
Selection item=DS_PoolTable_LED_Program mappings=[ "0"="Preset programs disabled",
"6"="Fireplace",
"7"="Storm",
"8"="Rainbow",
"9"="Polar Lights",
"10"="Police (strobing red, white and blue)"]
Default item=DS_PoolTable_Energy_LED
Default item=DS_PoolTable_Power_LED
Default item=DS_PoolTable_LED_Scene
Here are a couple links to topics about addons restarting in OH 2.5.x…