|
@@ -51,6 +51,7 @@ class ResponseObject(object):
|
|
|
179: 'Nickname repeated',
|
|
|
180: 'Smart button scene trigger conditions cannot be repeated',
|
|
|
181: 'The gateway only bind 3 smart button at most',
|
|
|
+ 182: 'Scene effective time conflict',
|
|
|
201: 'You can only add 3 custom voice at most',
|
|
|
306: 'The link has expired!',
|
|
|
309: 'Please ReLogin! errmsg token',
|
|
@@ -107,12 +108,14 @@ class ResponseObject(object):
|
|
|
10038: 'Non device primary user cannot transfer packages',
|
|
|
10039: 'Activation code has been used',
|
|
|
10040: 'Invalid activation code',
|
|
|
- 10041: 'This device has purchased a domestic cloud storage package, and cannot purchase a foreign cloud storage package',
|
|
|
+ 10041: 'This device has purchased a domestic cloud storage package, '
|
|
|
+ 'and cannot purchase a foreign cloud storage package',
|
|
|
10042: 'The device has registered a certificate',
|
|
|
10043: 'The device does not registered a certificate',
|
|
|
10044: 'Failed to publish MQTT message',
|
|
|
10045: 'Already the latest version',
|
|
|
- 10046: 'Sorry, users who have activated cloud storage packages do not support logout at the moment, please contact customer service',
|
|
|
+ 10046: 'Sorry, users who have activated cloud storage packages do not support logout at the moment, '
|
|
|
+ 'please contact customer service',
|
|
|
10047: 'Please delete all devices under your account first',
|
|
|
10048: 'Subscribe to the failure',
|
|
|
10049: 'The coupon is not available',
|
|
@@ -122,11 +125,13 @@ class ResponseObject(object):
|
|
|
10053: 'The AI service is not purchased',
|
|
|
10054: 'The AI service has expired',
|
|
|
10055: 'The AI does not recognize any labels',
|
|
|
- 10056: 'The device has enabled automatic renewal of cloud storage package and cannot be transferred for the time being',
|
|
|
+ 10056: 'The device has enabled automatic renewal of cloud storage package and cannot be transferred '
|
|
|
+ 'for the time being',
|
|
|
10057: "Can't delete",
|
|
|
10058: 'Default family cannot be deleted',
|
|
|
10059: 'Order deactivation failure',
|
|
|
- 10060: 'This device has purchased foreign cloud storage package, so it cannot buy domestic cloud storage package',
|
|
|
+ 10060: 'This device has purchased foreign cloud storage package, so it cannot buy domestic '
|
|
|
+ 'cloud storage package',
|
|
|
10061: 'Add the limit reached',
|
|
|
10062: 'This device has experienced the package',
|
|
|
10063: 'Failed to claim',
|
|
@@ -176,6 +181,7 @@ class ResponseObject(object):
|
|
|
179: '名称不能重复',
|
|
|
180: '智能按钮场景触发条件不能重复',
|
|
|
181: '该网关最多只能绑定3个智能按钮',
|
|
|
+ 182: '场景生效时间冲突',
|
|
|
201: '最多只能添加3条自定义语音',
|
|
|
306: '链接已超过有效期!',
|
|
|
309: '请重新登录!',
|