@iobroker/js-controller-adapter 6.0.5 → 6.0.6-alpha.0-20240624-92c3310c8

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.
@@ -362,9 +362,9 @@ export declare class AdapterClass extends EventEmitter {
362
362
  /** configured language of system.config, only available if requested via AdapterOptions `useFormatDate` */
363
363
  language?: ioBroker.Languages;
364
364
  /** longitude configured in system.config, only available if requested via AdapterOptions `useFormatDate`*/
365
- longitude?: string;
365
+ longitude?: number;
366
366
  /** latitude configured in system.config, only available if requested via AdapterOptions `useFormatDate`*/
367
- latitude?: string;
367
+ latitude?: number;
368
368
  private _defaultObjs?;
369
369
  private _aliasObjectsSubscribed?;
370
370
  config: ioBroker.AdapterConfig;