there is no vlaue alarm general after decode

amin last year

alarm value.jpg

there is no value in position object for general alarm. how to ger general alarm value?

Anton Tananaev last year

What do you mean by value? It's either present or not.

amin last year

alarm value2.jpg
please attention to io252 and alarm-> general in this photo, why there is different beetween io252 and alarm in this picture? io252 must be powercut when we decode data

Anton Tananaev last year

Because those are completely different types of attributes.

amin last year

decoder dose not convert 252 id to powercut string in this method:

    register(252, fmbxxx, (p, b) -> {
        p.addAlarm(b.readUnsignedByte() > 0 ? Position.ALARM_POWER_CUT : null);
    });
amin last year

i edited above code to traacar refrence.