Skip to content

Commit

Permalink
fix(zigbee2mqtt): set correct property names
Browse files Browse the repository at this point in the history
The property name was invalid
  • Loading branch information
erkenes committed Jan 9, 2021
1 parent 7557dad commit 1e86272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/efquery-converter-zigbee2mqtt.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ module.exports = function(RED) {

RED.nodes.registerType("efquery-converter-zigbee2mqtt", EFQueryConverterZigbee2MqttNode, {
settings: {
efqueryConverterZigbee2MqttDeviceInputData: {
efqueryConverterZigbee2mqttDeviceInputData: {
value: "zigbee2mqttToEfquery",
exportable: true
},
efqueryConverterZigbee2MqttDeviceType: {
efqueryConverterZigbee2mqttDeviceType: {
value: "plug",
exportable: true
}
Expand Down

0 comments on commit 1e86272

Please sign in to comment.