[SOLVED] The name 'sendMiosAction' cannot be resolved to an item or type

When using the following rule:
sendMiosAction(Thermostat1CurrentSetpoint, "urn:upnp-org:serviceId:TemperatureSetpoint1/SetCurrentSetpoint", newArrayList(('NewCurrentSetpoint') -> StoredSetPoint))

I get this error in the log:
Rule 'SetCurrentSetPointOnHome': The name 'sendMiosAction' cannot be resolved to an item or type;

Can anyone help?

Hi. I solved this. I hadn’t installed the mios action extension. Once done, the action works correctly.