Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -131,7 +131,7 @@ public class ZWayDeviceDiscoveryService extends AbstractDiscoveryService {
|
||||
/*
|
||||
* Properties
|
||||
* - Configuration: DEVICE_CONFIG_NODE_ID
|
||||
* - ESH default properties:
|
||||
* - System properties:
|
||||
* --- PROPERTY_VENDOR
|
||||
* --- other default properties not available
|
||||
* - Custom properties:
|
||||
|
||||
@@ -292,7 +292,7 @@ public class ZWayBridgeHandler extends BaseBridgeHandler implements IZWayApiCall
|
||||
ZWaveController zwaveController = mZWayApi.getZWaveController();
|
||||
if (zwaveController != null) {
|
||||
Map<String, String> properties = editProperties();
|
||||
// ESH default properties
|
||||
// System properties
|
||||
properties.put(Thing.PROPERTY_FIRMWARE_VERSION, zwaveController.getData().getAPIVersion().getValue());
|
||||
properties.put(Thing.PROPERTY_HARDWARE_VERSION, zwaveController.getData().getZWaveChip().getValue());
|
||||
// Thing.PROPERTY_MODEL_ID not available, only manufacturerProductId
|
||||
|
||||
Reference in New Issue
Block a user