You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot change the status of one of the partitions on HA.
ELDES supports 4 partitions (if I remember correctly). If I define first and last partition (skipping second and third), JSON will return it as first and second, but internalId will be 0 and 3.
But then somewhere in the code incorrectly sets partitionIndex. As a consequence, 'internalId': 3 becomes 'partitionIndex': 1 and partition management is not working:
I cannot change the status of one of the partitions on HA.
ELDES supports 4 partitions (if I remember correctly). If I define first and last partition (skipping second and third), JSON will return it as first and second, but
internalId
will be0
and3
.Function
get_device_partitions
gets correct json:But then somewhere in the code incorrectly sets
partitionIndex
. As a consequence,'internalId': 3
becomes'partitionIndex': 1
and partition management is not working:The text was updated successfully, but these errors were encountered: