ionic-vhframeworks 3.9.6 → 3.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +1 -19
- package/package.json +1 -1
|
@@ -14512,24 +14512,6 @@ export declare class VhQuerySmhome {
|
|
|
14512
14512
|
* @return Promise => array(object) = [{},{},..]
|
|
14513
14513
|
*/
|
|
14514
14514
|
getComponents(): Promise<unknown>;
|
|
14515
|
-
/**
|
|
14516
|
-
* @example:
|
|
14517
|
-
* let data = {
|
|
14518
|
-
* name: 'TCL',
|
|
14519
|
-
* code_type: 10,
|
|
14520
|
-
* type: 1
|
|
14521
|
-
* }
|
|
14522
|
-
* this.vhQuerySmhome.addIRManufacturer(data)
|
|
14523
|
-
.then((IRmanufacturer)=>{
|
|
14524
|
-
console.log('addIRManufacturer', IRmanufacturer);
|
|
14525
|
-
},error=>{
|
|
14526
|
-
console.log('error', error);
|
|
14527
|
-
})
|
|
14528
|
-
* @param data : {}
|
|
14529
|
-
* @return Promise => obj = {} /error
|
|
14530
|
-
* Luu ý: chỉ có 2 trường hợp, hoặc là thêm thành công, hoặc là báo lỗi error
|
|
14531
|
-
*/
|
|
14532
|
-
private addIRManufacturer;
|
|
14533
14515
|
/**
|
|
14534
14516
|
* @example:
|
|
14535
14517
|
* let data = {
|
|
@@ -14548,7 +14530,7 @@ export declare class VhQuerySmhome {
|
|
|
14548
14530
|
* @return Promise => obj = {} /error
|
|
14549
14531
|
* Luu ý: chỉ có 2 trường hợp, hoặc là thêm thành công, hoặc là báo lỗi error
|
|
14550
14532
|
*/
|
|
14551
|
-
|
|
14533
|
+
addIRManufacturer_byID(id_IRmanufacturer: string, data: object): Promise<unknown>;
|
|
14552
14534
|
/**
|
|
14553
14535
|
* @example:
|
|
14554
14536
|
* this.vhQuerySmhome.updateIRManufacturer('5fb6780ca2148e09806c5b01', {code_type: 9})
|