Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 20, 2023
1 parent 0ef6426 commit 2b8b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alexaSmartHomeV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function AlexaSH2(adapter) {
} else {
const obj = {
applianceId: friendlyNames[n].replace(/[^a-zA-Zа-яА-Я0-9_=#;:?@&-]+/g, '_'),
applianceTypes: [],
applianceTypes: [],
manufacturerName: 'ioBroker',
modelName: (name || words['No name'][lang]).substring(0, 128),
version: '1',
Expand Down

0 comments on commit 2b8b298

Please sign in to comment.