-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from AntoineGS/development
Development
- Loading branch information
Showing
5 changed files
with
111 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
$lgAvailable = "Available" | ||
$lgBusy = "Busy" | ||
$lgOnThePhone = "On the phone" | ||
$lgAway = "Away" | ||
$lgBeRightBack = "Be right back" | ||
$lgDoNotDisturb = "Do not disturb" | ||
$lgPresenting = "Presenting" | ||
$lgFocusing = "Focusing" | ||
$lgInAMeeting = "In a meeting" | ||
$lgOffline = "Offline" | ||
$lgNotInACall = "Not in a call" | ||
$lgInACall = "In a call" | ||
# sensor.teams_activity | ||
$taNotInACall = "Not in a call" | ||
$taIncomingCall = "Incoming call" | ||
$taInACall = "In a call" | ||
|
||
# sensor.teams_status | ||
$tsAvailable = "Available" | ||
$tsBusy = "Busy" | ||
$tsAway = "Away" | ||
$tsBeRightBack = "Be right back" | ||
$tsDoNotDisturb = "Do not disturb" | ||
$tsOffline = "Offline" | ||
$tsFocusing = "Focusing" | ||
$tsPresenting = "Presenting" | ||
$tsInAMeeting = "In a meeting" | ||
$tsOnThePhone = "On the phone" | ||
|
||
# sensor.teams_cam_status | ||
$lgCameraOn = "On" | ||
$lgCameraOff = "Off" | ||
$csCameraOn = "On" | ||
$csCameraOff = "Off" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
$lgAvailable = "Beschikbaar" | ||
$lgBusy = "Bezet" | ||
$lgOnThePhone = "Aan de telefoon" | ||
$lgAway = "Afwezig" | ||
$lgBeRightBack = "Zo terug" | ||
$lgDoNotDisturb = "Niet storen" | ||
$lgPresenting = "Presenteren" | ||
$lgFocusing = "Focussen" | ||
$lgInAMeeting = "In een vergadering" | ||
$lgOffline = "Offline" | ||
$lgNotInACall = "Niet in gesprek" | ||
$lgInACall = "In gesprek" | ||
# sensor.teams_activity | ||
$taNotInACall = "Niet in gesprek" | ||
$taIncomingCall = "Binnenkomend telefoongesprek" | ||
$taInACall = "In gesprek" | ||
|
||
# sensor.teams_status | ||
$tsAvailable = "Beschikbaar" | ||
$tsBusy = "Bezet" | ||
$tsAway = "Afwezig" | ||
$tsBeRightBack = "Zo terug" | ||
$tsDoNotDisturb = "Niet storen" | ||
$tsOffline = "Offline" | ||
$tsFocusing = "Focussen" | ||
$tsPresenting = "Presenteren" | ||
$tsInAMeeting = "In een vergadering" | ||
$tsOnThePhone = "Aan de telefoon" | ||
|
||
# sensor.teams_cam_status | ||
$lgCameraOn = "Aan" | ||
$lgCameraOff = "Uit" | ||
$csCameraOn = "Aan" | ||
$csCameraOff = "Uit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters