atem-state
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.3.7"></a> | ||
## [0.3.7](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.6...0.3.7) (2018-09-04) | ||
<a name="0.3.6"></a> | ||
@@ -7,0 +12,0 @@ ## [0.3.6](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.5...0.3.6) (2018-08-17) |
{ | ||
"name": "atem-state", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Typescript Node.js library for comparing ATEM states", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,6 +0,6 @@ | ||
# ATEM State Library | ||
# Sofie: The Modern TV News Studio Automation System (ATEM State library) | ||
[![CircleCI](https://circleci.com/gh/nrkno/tv-automation-atem-state.svg?style=svg)](https://circleci.com/gh/nrkno/tv-automation-atem-state) | ||
This library is used in our state based playout system. It can compare two ATEM states and generate the necessary commands for the ATEM-connection library to send to the ATEM device such that it will reach the target state. | ||
This library is used in our state-based playout system. It can compare two ATEM states and generate the necessary commands for the ATEM-connection library to send to the ATEM device such that it will reach the target state. | ||
_Note: this library is a work in progress_ |
94156