Trigger logged property saving with a service
I use logged property functionality to save history change of the value, very fast to use.
On the advanced settings it's possible to set the "data change type" (and thresold if needed)
is it possible to disable the "automatic" logging, but trigger it with a service call?
It would really useful for example to save the value every 1 hour (timer subscription+service_call), but keep the current live value to change normally. This would save unnecessary data logging ... because for historycal analysis may be a point every 1 hour is enough.

