@iotize/tap
Version:
IoTize Device client for Javascript
25 lines (24 loc) • 649 B
TypeScript
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export interface DataLogOption {
/**
* True if packets are stored encrypted
*/
security: boolean;
/**
* Quality Of Service
*/
qos: boolean;
/**
* True to create a new data log packet when value change
*/
logOnChange: boolean;
rollingMode: boolean;
/**
* True to automatically run data log when tap is powered on
*/
autorun: boolean;
}