作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经实现了具有 OnOff 特性的风扇打开/关闭功能和具有 Fanspeed 特性的风扇模式(“高”、“中”、“低”),现在我想实现百分比 Controller 。例如:将风扇速度设置为 50%。我该如何实现?
最佳答案
引用 supportsFanSpeedPercent
bool 值。如果设置为真,此设备将接受使用 0.0 到 100.0 之间的百分比调整速度的命令。默认为假。
您似乎已将此值设置为 False 或未在您的能力中提及此属性。
看看这个示例代码:
{
"availableFanSpeeds": {
"speeds": [{
"speed_name": "S1",
"speed_values": [{
"speed_synonym": ["low", "speed 1", ... ],
"lang": "en" } , … ]
},
{
"speed_name": "S2",
"speed_values": [{
"speed_synonym": ["high", "speed 2", ... ],
"lang": "en" } , … ]
}, ...
],
"ordered": true
},
"supportsFanSpeedPercent": true,
"reversible": true
}
来源:https://developers.google.com/assistant/smarthome/traits/fanspeed#response-nodejs
关于google-home - 如何在 Google home 的风扇上实现百分比 Controller ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60429302/
在 C/C++ 中是否有 Windows 标准方法来执行“启动风扇”、“降低速度”等操作? 我怀疑它可能是 ACPI,但我是一个虚弱的凡人,无法阅读那种文档。 编辑:例如Windows 7 允许您在电
我是一名优秀的程序员,十分优秀!