mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update doc gen.
This commit is contained in:
@@ -54,11 +54,6 @@ const plannedToSupport = [
|
||||
description: 'Aqara double key wired wall switch',
|
||||
supports: '-',
|
||||
},
|
||||
{
|
||||
model: 'QBKG03LM',
|
||||
description: 'Aqara double key wired wall switch',
|
||||
supports: '-',
|
||||
},
|
||||
{
|
||||
model: 'ZNCZ02LM',
|
||||
description: 'Mi power plug ZigBee',
|
||||
@@ -104,7 +99,7 @@ const logDevices = (devices) => {
|
||||
console.log('| Model | Description | Picture |')
|
||||
console.log('| ------------- | ------------- | -------------------------- |')
|
||||
devices.forEach((device) => {
|
||||
console.log(`| ${device.model} | ${device.description} (${device.supports}) |  |`);
|
||||
console.log(`| ${device.model} | ${device.description} (${device.supports}) | }.jpg) |`);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user