@@ -308,13 +308,13 @@ const definitions: DefinitionWithExtend[] = [
308
308
await endpoint . write ( 'genPollCtrl' , { longPollInterval : 3600 } ) ;
309
309
await reporting . temperature ( endpoint ) ;
310
310
await reporting . batteryPercentageRemaining ( endpoint ) ;
311
- const payloadA = reporting . payload ( 'acceleration' , 10 , constants . repInterval . HOUR , 5 ) ;
311
+ const payloadA = reporting . payload ( 'acceleration' , 10 , constants . repInterval . MINUTE , 1 ) ;
312
312
await endpoint . configureReporting ( 'manuSpecificSamsungAccelerometer' , payloadA , options ) ;
313
- const payloadX = reporting . payload ( 'x_axis' , 10 , constants . repInterval . HOUR , 5 ) ;
313
+ const payloadX = reporting . payload ( 'x_axis' , 10 , constants . repInterval . MINUTE , 1 ) ;
314
314
await endpoint . configureReporting ( 'manuSpecificSamsungAccelerometer' , payloadX , options ) ;
315
- const payloadY = reporting . payload ( 'y_axis' , 10 , constants . repInterval . HOUR , 5 ) ;
315
+ const payloadY = reporting . payload ( 'y_axis' , 10 , constants . repInterval . MINUTE , 1 ) ;
316
316
await endpoint . configureReporting ( 'manuSpecificSamsungAccelerometer' , payloadY , options ) ;
317
- const payloadZ = reporting . payload ( 'z_axis' , 10 , constants . repInterval . HOUR , 5 ) ;
317
+ const payloadZ = reporting . payload ( 'z_axis' , 10 , constants . repInterval . MINUTE , 1 ) ;
318
318
await endpoint . configureReporting ( 'manuSpecificSamsungAccelerometer' , payloadZ , options ) ;
319
319
} ,
320
320
exposes : [ e . temperature ( ) , e . contact ( ) , e . battery_low ( ) , e . tamper ( ) , e . battery ( ) , e . moving ( ) , e . x_axis ( ) , e . y_axis ( ) , e . z_axis ( ) ] ,
0 commit comments