Skip to content

Commit

Permalink
Fix device creation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed May 9, 2024
1 parent dc4451d commit f822ec6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ class MqttDeviceSetupPage extends Component {
should_poll: false,
external_id: 'mqtt:',
service_id: this.props.currentIntegration.id,
features: []
features: [],
params: []
};
} else {
const loadedDevice = await this.props.httpClient.get(`/api/v1/device/${deviceSelector}`);
Expand Down

0 comments on commit f822ec6

Please sign in to comment.