Pass additional attributes to MQTT Device Tracker

I am using the MQTT Device Tracker that I update with a PowerShell script that posts to the HA Rest API.

It works great if I post a json payload like this…

{
	"topic": "network_devices/work_pc",
	"payload": "on"
}

But can I pass additional attributes? Like an update time?