Signed-off-by: Ken Seal <hunzinker@gmail.com>
updateState(OpenGarageBindingConstants.CHANNEL_OG_VEHICLE,
new StringType("Vehicle status unknown"));
break;
+ case 3:
+ updateState(OpenGarageBindingConstants.CHANNEL_OG_VEHICLE,
+ new StringType("Vehicle status not available"));
+ break;
default:
logger.warn("Received unknown vehicle value: {}", controllerVariables.vehicle);
}
channel-type.opengarage.opengarage-vehicle-status.state.option.0 = No vehicle detected
channel-type.opengarage.opengarage-vehicle-status.state.option.1 = Vehicle detected
channel-type.opengarage.opengarage-vehicle-status.state.option.2 = Vehicle status unknown
+channel-type.opengarage.opengarage-vehicle-status.state.option.3 = Vehicle status not available
channel-type.opengarage.opengarage-vehicle.label = Vehicle Presence
channel-type.opengarage.opengarage-vehicle.description = Is a vehicle present or not (now deprecated, use vehicle-status instead)
<option value="0">No vehicle detected</option>
<option value="1">Vehicle detected</option>
<option value="2">Vehicle status unknown</option>
+ <option value="3">Vehicle status not available</option>
</options>
</state>
</channel-type>