/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/powerdisplay/PowerDisplay.Contracts/Requests/CapabilitiesRequest.cs
13 строк
604 B
moooyo
feat(powerdisplay): add CLI for monitor control (#48632)
16 июл 2026, 18:08
Не верифицирован
16 июл 2026, 18:08
5c9c93d
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace PowerDisplay.Contracts; /// <summary> /// Payload for <c>powerdisplay capabilities</c>. See <see cref="MonitorSelectorRequest"/>; the /// <see cref="MonitorSelectorRequest.SettingFilter"/> restricts the result to a single discrete /// setting's VCP code (<c>color-temperature</c>, <c>input-source</c>, or <c>power-state</c>). /// </summary> public sealed class CapabilitiesRequest : MonitorSelectorRequest { }