We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c758f commit 4e202cdCopy full SHA for 4e202cd
drivers/cisco/room_kit.cr
@@ -202,7 +202,7 @@ class Cisco::RoomKit < PlaceOS::Driver
202
command({"Video Input SetMainVideoSource" => :camera_select},
203
connector_id_: 1..3, # Source can either be specified as the
204
layout_: VideoLayout, # physical connector...
205
- source_id_: 1..3) # ...or the logical source ID.
+ source_id_: 1..3) # ...or the logical source ID
206
207
enum LayoutFamily
208
Auto
shard.lock
@@ -343,7 +343,7 @@ shards:
343
344
ssh2:
345
git: https://github.com/spider-gazelle/ssh2.cr.git
346
- version: 1.6.1
+ version: 1.7.0
347
348
stomp:
349
git: https://github.com/spider-gazelle/stomp.git
0 commit comments