[FEATURE] Add ability to change custom alarm property data type

Currently custom alarm properties are fixed as unicode strings. It'd be useful to be able to select these like you can with tag custom properties. Not sure how this would affect writing them into the sql table...

Yeah, it would affect storage. I don't know of any DB that can automatically store arbitrary objects in a character column.

Actually, I assumed there was only a string field column to store the values but not the case, it's similar to the history tables with a data type for each value type:

image

Now it makes even less sense why you can't select a data type...

1 Like

@JordanCClark Hey, I was just expressing my creative spirit! :smile:

2 Likes

My OCD kicked in for a moment...

5 Likes