对主界面rabbion按钮的 开关门 绑定到硬件库层真实的操作

This commit is contained in:
zhengxuan.zhang
2026-05-07 00:12:21 +08:00
parent 2124d0c0b7
commit a4e257e8ce
2 changed files with 49 additions and 2 deletions
+4 -2
View File
@@ -138,12 +138,14 @@
</StackPanel>
<StackPanel>
<telerik:RadRibbonButton
telerik:ScreenTip.Title="开门"
Command="{Binding OpenDoorCommand}"
telerik:ScreenTip.Title="Open Door"
Size="Medium"
SmallImage="/Assets/Icons/opendoor.png"
Text="开门" />
<telerik:RadRibbonButton
telerik:ScreenTip.Title="关门"
Command="{Binding CloseDoorCommand}"
telerik:ScreenTip.Title="Close Door"
Size="Medium"
SmallImage="/Assets/Icons/closedoor.png"
Text="关门" />