no.IDLock
no.IDLock copied to clipboard
"Invalid field entry" with `index` over 9
Can not add Key
or Code
with index higher than 9!
1-9 is working okey, but from 10 and up i get Invalid field entry
.
I have a tag added as slot nr 1 on the IDLock lock. This tag is presented as tag 26 in IDLock app (from Who
). And when i cant add indexes over 9 i cant map them to a user in the app...
IDLock app version: 1.2.3 Homey version: 7.1.6 IDLock firmware: 1.5.9
@runely I have updated my fork so it should work.
Info is that settings/index.html
had code like this:
<span editable-number="code.index" e-name="index" e-form="rowform" e-min="1" e-max="9" onbeforesave="checkNotEmpty($data)" e-required> {{ code.index }} </span>
I have updated to this:
<span editable-number="code.index" e-name="index" e-form="rowform" e-min="1" e-max="99" onbeforesave="checkNotEmpty($data)" e-required> {{ code.index }} </span>
Note the value of e-max.
THANK YOU SO MUCH @joco73 👏
This works like a charm!
@TedTolboom
I installed the latest version today (1.2.3) after reciving my IDLock 150 yesterday and I get the same issue as the thread creator. Is there going to be an update in the app that solves the issue?
Best regards Richard
Resolved in v2.0.0