motion-master-client 0.0.155 → 0.0.156

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motion-master-client",
3
- "version": "0.0.155",
3
+ "version": "0.0.156",
4
4
  "type": "commonjs",
5
5
  "description": "A library and CLI program used for communicating with Motion Master.",
6
6
  "dependencies": {
@@ -300,6 +300,11 @@ export interface PositionProfileConfig {
300
300
  * Configuration options for establishing connections to the Motion Master when creating a client object using {@link createMotionMasterClient}.
301
301
  */
302
302
  export interface MotionMasterConnectionConfig {
303
+ /**
304
+ * Specifies the duration the client will wait for a response from Motion Master
305
+ * before considering it unresponsive, such as when there is no reply to a Ping message.
306
+ * The default value should be a multiple of pingSystemInterval, such as 1000 ms.
307
+ */
303
308
  systemAliveTimeout: number;
304
309
  /**
305
310
  * Unique identifier assigned by the client to the Motion Master.