Preference Manager Missing Preferences

Does anyone know if its possible change the Event and State history size for all devices or groups of devices in the preference manager? I do not see these preferences listed either by going to the "By Device Type" or "By Preference Name" in the preference manager.

1 Like

Those aren't preferences; that means just the items specifically on the "Preferences" tab (or heading if you're on an older platform version).

However, there is an endpoint to change each for all devices:

/hub/advanced/event/limit/n

/hub/advanced/deviceStateHistorySize/n

Where n is your desired number.

For a set of devices, you'll have to do them one by one.

1 Like

Thanks, this will work as well.