Help needed with rule JSON for mqtt integration

{
  "name": "Every 10 min copy temp - MQTT",
  "actions": [
        {
            "every": {
                "interval": {
                    "value": {
                        "integer": 10
                    },
                    "unit": "Minute"
                  },
			  "actions": [
						 {
						"command": {
						  "devices": [
							"653412aa-1673-4cb3-9fce-6cc078b23fc2"
						  ],
						  "commands": [
							{
							  "component": "main",
							  "capability": "partyvoice23922",
							  "command": "setvTemp",
							  "arguments": [
								{
								  "device": {
									"devices": [
									  "345b67db-f64e-44a0-8c60-e1e093baa89d"
									],
									"component": "main",
									"capability": "temperatureMeasurement",
									"attribute": "temperature"
								  }
								}
							  ]
							}
						  ]
						}
					  }
					]
	         }
	     }
	]
}