| | |
| | | { |
| | | get |
| | | { |
| | | string myId = this.SSID; |
| | | //string myId = this.SSID; |
| | | |
| | | if (myId != null && myId.StartsWith("hdlZigbeeGW") == true) |
| | | { |
| | | return true; |
| | | } |
| | | return false; |
| | | //if (myId != null && myId.StartsWith("hdlZigbeeGW") == true) |
| | | //{ |
| | | // return true; |
| | | //} |
| | | //2021.03.22 个人决定,不再检测这个东西 |
| | | return true; |
| | | } |
| | | } |
| | | |
| | |
| | | { |
| | | get |
| | | { |
| | | string myId = this.SSID; |
| | | //string myId = this.SSID; |
| | | |
| | | if (myId != null && myId.StartsWith("hdlZigbeeGW-") == true) |
| | | { |
| | | return true; |
| | | } |
| | | return false; |
| | | //if (myId != null && myId.StartsWith("hdlZigbeeGW-") == true) |
| | | //{ |
| | | // return true; |
| | | //} |
| | | //2021.03.22 个人决定,不再检测这个东西 |
| | | return true; |
| | | } |
| | | } |
| | | |