Skip to content
Snippets Groups Projects
Commit ac9e937a authored by trantzas's avatar trantzas
Browse files

fix for #24

parent 2cf4b319
No related branches found
No related tags found
1 merge request!22MR for Release 2024Q4
......@@ -310,7 +310,7 @@ public class CreateReservedService implements JavaDelegate {
if ( initCharValues != null ) {
if ( initCharValues.get( c.getName() ) != null ) {
Characteristic orderCharacteristic = new Characteristic()
.value( new Any( initCharValues.get( c.getName() ), initCharValues.get( c.getName() ))) ;
.value( new Any( initCharValues.get( c.getName() ), null ) );
serviceToCreate.addServiceCharacteristicItem( helperCreateCharacteristicItem(c, orderCharacteristic ) );
characteristicFound = true;
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment