Edit
				
					{
    "method": "hub.item.value.set",
    "id": "<request_id>",
    "params": {
        "_id" : "5cf0dc8c7f000068d223e88a",
        "value" : true,
        "source": {
          "type": "house_mode"  
        }
    }
}				
			
Edit
				
					{
    "method": "hub.item.value.set",
    "id": "<request_id>",
    "params": {
        "_id" : "5cf0dc8c7f000068d223e88a",
        "value" : true,
        "source": {
          "type": "scene",
          "id": "{scene_identifier}"
        }
    }
}				
			
  • Note: the source parameter for house modes and Meshbots is only needed if the value set operation is a part of evaluation of a meshbot rule or a House Mode change. In the case of item value is changing by this mechanism inside the firmware, these parameters will be added to the command automatically.