@Liamj001 Were you able to get Favorites to work?
I setup a link to the Favorite channel and then tried the following rule:
rule"Harmony Living Room Jazz"
when
Item Switch_Actions changed to 2
then
AV_GF_Harmony_Activity.sendCommand("Listen to Sonos")
Sonos_MainFloor_Favorite.sendComand("Coffee Table Jazz")
Switch_Actions.sendCommand(1)
end
But end up with the following error log:
2017-02-26 11:59:43.984 [ERROR] [.script.engine.ScriptExecutionThread] - Rule 'Harmony Living Room Jazz': An error occured during the script execution: The name '<XFeatureCallImplCustom>.sendComand(<XStringLiteralImpl>)' cannot be resolved to an item or type.
If you