suwill 发表于 2018-7-14 20:45:46

我想知道系统运行时间和平台运行时间是怎么获取到的

zoujian019 发表于 2018-7-21 21:01:17

准备入坑了向大神学习

syscon 发表于 2018-7-26 16:04:20

真心不错,值得学习

coolbug111 发表于 2018-8-26 13:58:38

这个必须安装homebridge才能使用?

myxu 发表于 2018-9-15 15:00:28

前辈能不能把Floorplan代码给我参考下? 一直没能搞定风扇旋转的代码

咸味土豆 发表于 2018-9-17 20:03:48

myxu 发表于 2018-9-15 15:00
前辈能不能把Floorplan代码给我参考下? 一直没能搞定风扇旋转的代码

最近没时间搞,我的系统崩了,回头给你啊。

myxu 发表于 2018-9-17 22:47:20

咸味土豆 发表于 2018-9-17 20:03
最近没时间搞,我的系统崩了,回头给你啊。

好的麻烦您了

咸味土豆 发表于 2018-9-18 08:26:33

myxu 发表于 2018-9-17 22:47
好的麻烦您了


最后的那段就是,我也是跟坛子里面大佬抄来的。:loveliness:



@keyframes rotation {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}

#fan\.luodishan {
transform-origin: center center;
}

#fan\.sonoff06 {
transform-origin: center center;
}

#fan\.sonoff08 {
transform-origin: center center;
}

#fan\.sonoff09 {
transform-origin: center center;
}

.fan-on{
fill: #c8c8c8 !important;
-webkit-animation: rotation 2s infinite linear;
transform-box: fill-box;
}

.fan-off{
fill: #646464 !important;
}

myxu 发表于 2018-9-19 10:07:56

咸味土豆 发表于 2018-9-18 08:26
最后的那段就是,我也是跟坛子里面大佬抄来的。




谢谢赶紧试用下

flyer1229 发表于 2018-10-11 02:11:47

分享的很好。
页: 1 2 3 4 [5] 6 7
查看完整版本: 树莓派的性能其实差不多也够用了!