@@ -175,8 +175,8 @@ def create(
175175 image defaults apply (commonly 1024x768@60). Only specific viewport
176176 configurations are supported. The server will reject unsupported combinations.
177177 Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
178- 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
179- automatically determined from the width and height if they match a supported
178+ 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
179+ be automatically determined from the width and height if they match a supported
180180 configuration exactly. Note: Higher resolutions may affect the responsiveness of
181181 live view browser
182182
@@ -483,8 +483,8 @@ async def create(
483483 image defaults apply (commonly 1024x768@60). Only specific viewport
484484 configurations are supported. The server will reject unsupported combinations.
485485 Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
486- 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
487- automatically determined from the width and height if they match a supported
486+ 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
487+ be automatically determined from the width and height if they match a supported
488488 configuration exactly. Note: Higher resolutions may affect the responsiveness of
489489 live view browser
490490
0 commit comments