ESW-TS is a Javascript/Typescript wrapper for TMT backend services. This source code is in github repository: ESW-TS Npm module published for ESW-TS can be found here
n/a
- Updated release instructions
1: ESW-TS v0.4.1-RC1 - 2023-03-28
- Added missing standard units
- Added
subscribeObserveEvents
Api in EventService - Added
ObserveEventNames
helper class related to Observe Events
1: ESW-TS v0.4.0-RC1 - 2022-09-15
2: ESW-TS v0.4.0-RC2 - 2022-10-10
This release contains minor fixes.
1: ESW-TS v0.3.0-RC1 - 2022-02-01
- Movement of
getAgentStatus
api from SequenceManager service to AgentService - Add
getSequencerState
api in SequencerService - Add
subscribeSequencerState
api in SequenceManager Service - Add
getObsModesDetails
&getResources
api in SequenceManager Service - Removed
Struct
fromKey
. It was mentioned in the earlier release thatStruct
will be removed. - Added provision for providing locationUrl through configuration file
config.js
in the static server. - Added UTC & TAI entries in units list.
- Changed default unit for
UTCTimeKey
&TAITimeKey
fromsecond
toutc
&tai
respectively. - Added Component & Container level actions in Admin Service.
- Add support for setting AppName for metrics using
setAppName
. - Removed
RaDec
fromKeyType
. Alternatively user can useCoord
special KeyType to capture original use cases for RaDec. - Subsystem list got updated as per document.
- Added
UTCTime
&TAITime
models. - Added
loadGlobalConfig()
helper to load GlobalConfig.
1: ESW-TS v0.2.0-RC1 - 2021-08-23
2: ESW-TS v0.2.0-RC2 - 2021-09-17
This is the first minor release of ESW-TS for project stakeholders.
Two main components are delivered as part of ESW-TS 1:
- AAS React Components
- Typescript Clients for backend services
- Reference paradox documentation: https://github.com/tmtsoftware/esw-ts/0.1.0/
1: ESW-TS v0.1.0-RC1 - 2020-11-11