| 123456789101112131415161718192021 |
- <!-- <import src="../hot/stars.wxml" />
- <import src="../image/item-image.wxml" /> -->
- <template name="commandTemplate">
- <view class="button-sp-area">
- <!-- <view style="margin-top:20rpx">
- <button type="primary" plain="true" bindtap="onGetRtuVersion">查询版本号</button>
- </view>
- <view style="margin-top:20rpx">
- <button type="primary" plain="true" bindtap="onGetRtuClock">查询时钟</button>
- </view> -->
- <view style="margin-top:20rpx">
- <button type="warn" plain="true" bindtap="onRtuClockSet">RTU时钟同步</button>
- </view>
- <!-- <view style="margin-top:20rpx">
- <button type="warn" plain="true" bindtap="onRtuReset">恢复出厂设置</button>
- </view> -->
- <view style="margin-top:20rpx">
- <button type="warn" plain="true" bindtap="onRtuReboot">重启RTU</button>
- </view>
- </view>
- </template>
|