| | |
| | | public readonly static string SubAccountExist = "Account already exists!"; |
| | | //不能绑定主账号 |
| | | public readonly static string NoAddMainAccount = "Can't bind master account!"; |
| | | |
| | | //获取住宅的网关列表失败! |
| | | public readonly static string FailedGetGatewaysForHome = "Failed to get list of gateways for home!"; |
| | | |
| | | //此网关已绑定到一个住所,请在绑定到另一个住所之前将其重置。或者长按网关按键3S,变成红灯常亮进入强制绑定模式! |
| | | public readonly static string UnableToBindGateway = "This gateway is already bound to one residence, please reset it before binding to another residence.Or long press the gateway button 3S, the red light is always on to enter the forced binding mode!"; |
| | | //网关固件版本过低,请先升级! |