Skip to content

Commit

Permalink
✨ add ASC3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandure committed Oct 18, 2023
1 parent d6a1fa1 commit 14d1649
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/serviceEcran.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,14 @@ export const ECRANS_AUTRES: ConfigEcran[] = [
resolution: '1920x1080',
orientation: 'landscape',
tags: ['ascenseur'],
},
{
id: 'ASC3',
nom: 'Ascenseur',
ratio: '16_9',
resolution: '1920x1080',
orientation: 'landscape',
tags: ['ascenseur'],
}
];

Expand Down

0 comments on commit 14d1649

Please sign in to comment.