On 23/05/2019 09:41, agiimaa.b wrote: > "test": "relay4.[1].hex == 485754435096C50A", 485754435096C50A is being interpreted as decimal number. Try this: relay4.[1].hex == 0x485754435096C50A
Tomek _______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
