Examples of possible values:
				
					{
    "name":"value",
    "type":"bool",
    "value": false
}
{
    "name":"value",
    "type":"token",
    "value": "idle_off"
}
{
    "name":"value",
    "type":"power",
    "value": 30,
    "scale": "watt"
}
{
    "name":"value",
    "type": "float",
    "value": 5.0
}
{
    "name":"value",
    "type": "string",
    "value": "example"
}