Added notifications and error messages in frontend

Implemented saving of motion triggers
Implemented NTP server settings
This commit is contained in:
Mark van Renswoude 2018-01-18 17:10:18 +01:00
parent 9c22414fea
commit d1126e70d3
15 changed files with 2850 additions and 2604 deletions

2
API.md
View File

@ -92,6 +92,8 @@ Updates the settings of the WiFi connections. The module will apply the new sett
*Example response:*
```json
{
"ntpServer": "eu.pool.ntp.org",
"ntpInterval": 5,
"lat": 52.370216,
"lng": 4.895168,
"pins": {

View File

@ -63,18 +63,20 @@ app.post('/api/firmware', function(req, res)
var system = {
"lat": 52.370216,
"lng": 4.895168,
"pins": {
"ledAP": 4,
"ledSTA": 5,
"apButton": 2,
"pwmSDA": 13,
"pwmSCL": 12
ntpServer: "eu.pool.ntp.org",
ntpInterval: 300,
lat: 52.370216,
lng: 4.895168,
pins: {
ledAP: 4,
ledSTA: 5,
apButton: 2,
pwmSDA: 13,
pwmSCL: 12
},
"pwmAddress": 64,
"pwmFrequency": 1600,
"mapsAPIKey": ""
pwmAddress: 64,
pwmFrequency: 1600,
mapsAPIKey: ""
};
app.get('/api/system', function(req, res)

View File

@ -4,147 +4,152 @@
#include <pgmspace.h>
const uint8_t EmbeddedBundleCSS[] PROGMEM = {
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xc5,0x1a,0x4d,0x93,0xa3,0xba,0xf1,0xaf,0x90,0xd9,
0xda,0xda,0xb7,0x79,0xc0,0x62,0x6c,0x33,0x33,0x78,0x67,0x2b,0xc9,0x29,0x87,0x24,0x87,0x1c,0x72,0xd9,
0xda,0x83,0x0c,0xc2,0xa8,0x16,0x23,0x02,0x62,0x3c,0xf3,0x28,0xfe,0x7b,0x5a,0x1f,0x18,0x09,0x04,0x9e,
0xc9,0x4b,0x55,0xd6,0xb5,0x63,0xd3,0xea,0x6e,0xb5,0xba,0x5b,0xad,0xee,0x16,0x7f,0x74,0x63,0x94,0x31,
0x5c,0xbb,0xf1,0x11,0x67,0xb4,0xc6,0xdd,0x91,0xbe,0x78,0x0d,0xf9,0x8d,0x94,0xa7,0x98,0x94,0x39,0xae,
0x09,0xeb,0x73,0x76,0x2e,0x74,0xf8,0x91,0xd6,0x29,0xae,0x3d,0x80,0x1c,0x32,0x5a,0x32,0x0e,0xc6,0x71,
0x14,0xfa,0xfb,0x8f,0xfd,0x91,0xa6,0xaf,0x5d,0x42,0x0b,0x5a,0xc7,0x1f,0xa2,0x20,0x4a,0xee,0x23,0x89,
0x92,0xa1,0x33,0x29,0x5e,0xe3,0x7f,0xd2,0x23,0x65,0xd4,0xfd,0xf4,0x57,0x5c,0x3c,0x63,0x46,0x12,0xe4,
0xfc,0x03,0xb7,0xf8,0x93,0x7b,0x7d,0x76,0xff,0x5c,0x13,0x54,0xb8,0x0d,0x2a,0x1b,0xaf,0x81,0xc9,0x33,
0x6d,0x86,0x8d,0x1f,0xe1,0xb3,0x7c,0xbe,0x60,0x72,0xca,0x59,0xbc,0x0d,0x82,0x43,0x81,0x19,0x88,0xef,
0x35,0x15,0x4a,0xb8,0x6c,0x7e,0xb0,0x01,0xa4,0x82,0x94,0xd8,0xcb,0x25,0x12,0x90,0xf5,0xc7,0x82,0x26,
0x3f,0xff,0xdd,0x52,0xc6,0xd7,0x27,0x84,0x2f,0x70,0xc6,0x62,0x7f,0x5b,0xe3,0xb3,0xd3,0xd0,0x82,0xa4,
0xce,0x87,0x5d,0xc0,0x3f,0x87,0x33,0xaa,0x4f,0xa4,0x94,0xe3,0xd7,0xa7,0x5a,0x70,0x0a,0x0e,0x15,0x4a,
0x53,0x3e,0xcb,0x86,0xd3,0x6d,0xfc,0x3d,0x7c,0x69,0xbc,0x9d,0xb8,0x40,0x0d,0xf3,0x92,0x9c,0x14,0x69,
0xa7,0x28,0x61,0xbd,0x8c,0x9e,0xe3,0xa0,0xf7,0x8f,0x2d,0xfc,0x2a,0x5d,0xf5,0x45,0xca,0xaa,0x65,0xdf,
0xd9,0x6b,0x85,0x9f,0x24,0xe4,0x87,0x0e,0xaa,0x71,0x83,0x99,0x01,0x69,0xda,0xe3,0x99,0xb0,0x1f,0xdd,
0x11,0x25,0x3f,0x4f,0x35,0x6d,0xcb,0xd4,0x53,0x6a,0x0e,0xa2,0xec,0x20,0x17,0x15,0xfb,0x1b,0x6d,0x3d,
0x23,0xdc,0xab,0x51,0x4a,0xda,0x26,0xf6,0x77,0x30,0x7c,0x50,0x64,0x59,0x96,0x1d,0x92,0xb6,0x6e,0xe0,
0x77,0x45,0x49,0x09,0x3a,0x3c,0xa4,0xa4,0xa9,0x0a,0xf4,0x0a,0x76,0x17,0xfa,0x13,0x0b,0x33,0xf4,0xcf,
0xd9,0x1b,0x06,0xb8,0x07,0x03,0x28,0x35,0x6f,0xfd,0x07,0x3e,0x3a,0x35,0x87,0x20,0xd1,0xcd,0xa1,0xf0,
0x06,0x4d,0x06,0x0e,0xb7,0xc1,0x81,0xe1,0x17,0xe6,0xa1,0x82,0x9c,0xca,0x38,0xc1,0x42,0x18,0x01,0x49,
0x71,0x42,0x6b,0xc4,0x08,0x2d,0xe3,0x92,0x96,0x58,0x02,0x59,0x0d,0xde,0x01,0xbe,0x7a,0x8e,0xdb,0xaa,
0xc2,0x75,0x82,0x1a,0x7c,0xb8,0xe4,0x84,0x61,0x31,0x2b,0x06,0xcc,0x4b,0x8d,0xaa,0x41,0xe1,0x71,0x46,
0x93,0xb6,0x71,0x87,0xa7,0x9c,0x3e,0x83,0xb3,0x1b,0x43,0xc6,0xc8,0xdc,0x2e,0x0a,0xcb,0x32,0x30,0xa3,
0x90,0x66,0x9b,0x13,0x28,0xf8,0x0c,0x5f,0x19,0x75,0x4e,0x30,0x0c,0x08,0x0a,0x8b,0xcd,0xd5,0xd6,0x52,
0xe6,0x35,0x81,0x9a,0x7d,0x69,0xcb,0xb8,0xea,0x47,0xef,0xfb,0x0e,0x26,0x46,0xc7,0x02,0xa7,0x3f,0xdc,
0x19,0x60,0xbe,0x40,0xfb,0xa0,0x5c,0x8c,0x7d,0x4c,0xc9,0x3d,0x0e,0x76,0xca,0xc5,0x52,0x9c,0xa1,0xb6,
0x60,0x07,0xca,0xfd,0x82,0xbd,0xc6,0xfe,0x7e,0x2e,0x92,0x69,0x29,0x0d,0xae,0xdb,0x6c,0x86,0xbe,0x80,
0xbd,0xb6,0x9a,0x45,0x8b,0xae,0x71,0x99,0x2e,0x7b,0xc9,0xca,0x6b,0x3c,0x66,0xea,0x59,0xb4,0xfc,0x94,
0xcb,0xea,0xbe,0xd7,0x20,0x83,0x56,0xd5,0x97,0xa7,0x3c,0xc0,0xb5,0x43,0xe7,0x1a,0x58,0xc1,0x90,0xcb,
0x5b,0x41,0x50,0xa2,0x4f,0x30,0xe6,0x92,0x8b,0xfd,0x5b,0xa1,0x1a,0xf6,0xf9,0xe1,0xa6,0xe4,0xa6,0x53,
0x4c,0x07,0x75,0xcf,0xb0,0x13,0xae,0xd1,0xdd,0x5c,0xfe,0xa2,0xa3,0xdc,0xe4,0x67,0x55,0xd6,0x92,0xcb,
0xdc,0xe4,0x66,0xd7,0xec,0xa2,0xf3,0x58,0xf9,0xad,0xdb,0x61,0x2d,0x92,0xc8,0xa7,0x05,0xfb,0x2c,0x6d,
0xdf,0x65,0xb4,0x15,0x9b,0x2d,0x6c,0xee,0x5b,0xbc,0x6e,0xda,0xe7,0x0d,0x5b,0xff,0x1d,0x73,0x58,0x8d,
0x76,0x3b,0x30,0xbc,0x63,0x06,0xbb,0x1d,0xdf,0x10,0x36,0x6e,0xcc,0xd1,0x19,0x66,0x56,0xe9,0xdd,0xca,
0x1e,0x4c,0x0a,0x8c,0xa6,0xa6,0x92,0xb0,0x65,0x05,0xce,0xc6,0xcd,0xd5,0xcf,0x86,0x27,0x92,0x8b,0xf1,
0x77,0xf8,0xea,0xdb,0x82,0x89,0xe0,0x6a,0x77,0x50,0x39,0x64,0x73,0x4a,0x9d,0x68,0x99,0xe6,0x86,0x26,
0x6e,0x3a,0xdc,0x02,0x2f,0x8b,0xd6,0x6e,0x39,0xd6,0x02,0x27,0x9b,0x82,0x6f,0x3a,0x90,0xc6,0xeb,0xf7,
0x19,0xc3,0x1e,0x3c,0x04,0xfb,0x5b,0xa1,0x63,0x8a,0xb4,0x68,0xa3,0x1b,0x61,0xc3,0xce,0xe7,0x86,0x45,
0xde,0x11,0x32,0x6e,0xf2,0xb7,0x98,0xe9,0xed,0xe1,0xe2,0x26,0x77,0x9b,0xe5,0xde,0x11,0x2a,0xac,0xfc,
0x3b,0x6d,0x2b,0x25,0x34,0xd5,0x0f,0x71,0xc8,0x2c,0x77,0xd9,0x3e,0x8b,0xac,0xb5,0xc5,0x58,0x2c,0x3c,
0x44,0x1f,0x55,0xf1,0x04,0x29,0xbe,0x1f,0xea,0x29,0xbf,0x78,0x72,0x44,0xf1,0x64,0xcb,0xdb,0xab,0x7a,
0x6d,0xba,0x79,0xdd,0xc6,0xf3,0x20,0x2e,0x73,0x56,0xd0,0x8b,0xf7,0x1a,0xe7,0x24,0x4d,0x71,0xc9,0xb9,
0x7c,0x93,0x92,0x1b,0x62,0x06,0xd7,0x22,0x47,0x56,0x37,0x96,0x82,0xce,0x90,0x09,0xd8,0xf4,0xf9,0x10,
0x37,0x81,0x5a,0x71,0x63,0xb4,0x32,0x8b,0x2d,0x25,0xa4,0x5a,0xb1,0x10,0x2f,0xe8,0x35,0xa5,0xe3,0x33,
0x22,0x85,0x91,0x2a,0x97,0xed,0xf9,0x88,0x6b,0x03,0x54,0xa1,0xa6,0xb9,0xc0,0x04,0x66,0x4a,0x0d,0xe6,
0x49,0x72,0x03,0xc4,0x70,0x31,0x79,0x7e,0x31,0x8b,0xc5,0xb6,0x06,0x84,0x06,0x17,0x38,0x61,0x2e,0x1f,
0x84,0x1d,0x89,0x3a,0x04,0xc5,0x12,0x82,0x0d,0x2a,0x34,0x0d,0xb5,0xd4,0x1b,0xb6,0xb5,0xb9,0x46,0x55,
0x20,0xdb,0xec,0x2e,0x9a,0x03,0x39,0x4a,0xe9,0x45,0xf1,0x9e,0x35,0x11,0x0e,0xf6,0xf2,0xcf,0x8f,0x84,
0xe2,0x85,0xda,0x49,0xca,0xf2,0x78,0x13,0x04,0x1f,0xe7,0x8a,0x9b,0x7b,0xb1,0x52,0xdf,0x7c,0xe0,0xaa,
0x44,0x8b,0xe7,0x4b,0x55,0xce,0x07,0xb8,0x42,0x6d,0xd0,0x17,0x5b,0x6d,0xc6,0x95,0xab,0xa0,0x52,0xc5,
0xea,0x61,0x50,0xb4,0x7c,0xec,0x66,0xa9,0xb9,0x56,0x8d,0x49,0x3a,0xdd,0xcb,0x81,0xe9,0x2f,0x9f,0x52,
0xc4,0x50,0x4c,0xce,0xe8,0x84,0xbf,0x34,0xcf,0xa7,0x5f,0x5f,0xce,0xc5,0xa1,0x65,0xd9,0x83,0xfb,0x15,
0x9e,0x1c,0x78,0x2a,0x9b,0xa7,0xbb,0x9c,0xb1,0x2a,0xfe,0xf2,0xe5,0x72,0xb9,0xf8,0x97,0xad,0x4f,0xeb,
0xd3,0x97,0x30,0x08,0x02,0x8e,0x7f,0xe7,0x48,0x15,0x3f,0xdd,0x6d,0x76,0x77,0xce,0x33,0xc1,0x97,0xbf,
0xd0,0x97,0xa7,0xbb,0xc0,0x09,0x9c,0xf0,0xd1,0xe1,0x30,0xa1,0xe1,0xa7,0xbb,0xf0,0xf1,0xee,0xdb,0xd7,
0x0a,0xb1,0xdc,0xc9,0x48,0x51,0x3c,0xdd,0x7d,0x48,0x37,0xfc,0x73,0xe7,0xa4,0x4f,0x77,0x7f,0x7f,0xf4,
0xb7,0xf7,0xf7,0xe1,0xbd,0xb3,0xf5,0xa3,0x70,0x5f,0xec,0xfd,0xe0,0x61,0xb3,0xdf,0x39,0x91,0xff,0xb8,
0xdd,0x87,0xdb,0xbf,0x6d,0x1e,0xfd,0xfd,0x2e,0xd8,0x46,0x72,0xf8,0xee,0xcb,0xb7,0xaf,0x7c,0xe6,0x6f,
0x9f,0x3e,0x3b,0xb2,0x6a,0x77,0x44,0xa3,0xc4,0x29,0xa9,0x57,0x63,0xf0,0x36,0x36,0xd8,0x59,0x35,0x50,
0xf8,0xbe,0xe8,0x75,0xa5,0xe9,0x67,0x8b,0x58,0xf8,0xff,0x57,0x11,0x8f,0xc7,0x5d,0x9a,0xa0,0xdf,0xa5,
0x88,0xfe,0xba,0xdf,0xce,0xa4,0x1c,0x7a,0x1e,0x91,0xec,0x14,0x15,0xe8,0x88,0x0b,0xb7,0xc0,0x27,0x5c,
0xa6,0x9d,0x19,0x87,0x8c,0x2e,0x97,0xad,0xcb,0x62,0xb6,0x93,0x24,0xbf,0x8c,0xe0,0x22,0x85,0xb3,0x62,
0xf0,0x35,0xb9,0x83,0xc6,0x2e,0x95,0x11,0x81,0x92,0x1c,0x27,0x3f,0x61,0x5f,0x9a,0xb5,0x3c,0x6c,0x62,
0xfa,0xe3,0x2a,0x8b,0x6c,0xfc,0xf4,0xbe,0x10,0xd4,0x93,0x4f,0x93,0x41,0xbd,0x2b,0xa4,0xc4,0xdb,0x05,
0x66,0xd7,0x4c,0x0a,0xe7,0x27,0x80,0x82,0x80,0xa2,0xee,0xae,0xe7,0x00,0x6a,0x19,0x05,0xd4,0x17,0x25,
0xe9,0x66,0x13,0x9a,0xad,0x20,0xf9,0x48,0x1b,0x22,0x3a,0x3e,0x35,0x2e,0x10,0x23,0xcf,0x58,0x8f,0x0c,
0x7e,0x4d,0x2f,0x57,0x89,0xb2,0x02,0xbf,0x1c,0xf8,0x1f,0x2f,0x25,0x35,0xf8,0x14,0x27,0x82,0xfd,0xd6,
0x9e,0xcb,0x91,0xe7,0x94,0x98,0xff,0xf7,0xc0,0x3f,0x15,0x42,0x37,0xea,0xca,0x32,0xfa,0xcd,0x97,0xec,
0x6c,0x58,0xfc,0xac,0xea,0xc4,0xe4,0xfc,0x57,0x2c,0x5b,0x4e,0xc3,0x20,0x9c,0x0f,0x9d,0xe8,0x66,0x79,
0x70,0x94,0x9c,0x1b,0x21,0xa9,0xd7,0x80,0x5f,0xb0,0x11,0x47,0x9a,0x72,0x8e,0x06,0xce,0x31,0x22,0xc9,
0x6d,0x65,0x20,0x49,0xd0,0x88,0xd2,0xb0,0x1a,0xb3,0x24,0x37,0x70,0x14,0x4c,0x9b,0x0c,0xc1,0xb6,0xe3,
0xd6,0xd4,0xb1,0x06,0xa0,0x40,0x73,0x86,0xb5,0x4e,0x1c,0x13,0x44,0x8a,0x37,0xce,0x66,0xb0,0x9d,0xd9,
0x1c,0xbd,0x5a,0x12,0xd4,0x3b,0xd5,0xf4,0xc0,0x50,0x7d,0x79,0x34,0xcb,0xc0,0x57,0xbd,0x4d,0xd0,0xe9,
0x5c,0x36,0xeb,0xd8,0xa1,0x89,0x1d,0xde,0xc0,0xde,0x9b,0xd8,0xfb,0x55,0xec,0xed,0xd6,0x5d,0x1b,0xdd,
0x19,0xbc,0xb6,0x5b,0x7f,0x0b,0xff,0x56,0x19,0xee,0x4d,0x61,0xf7,0xeb,0xc2,0x46,0xd1,0xda,0xf4,0xd1,
0xbd,0xc1,0x2b,0x8a,0xfc,0x08,0xfe,0xad,0x32,0xbc,0x37,0x57,0x7f,0xbf,0xbe,0xfa,0x07,0x53,0xd8,0x87,
0x75,0x61,0x1f,0x4d,0xec,0xc7,0x05,0x6c,0x30,0xae,0x70,0x18,0x1e,0x6b,0xc1,0xb2,0x86,0x87,0xd8,0x29,
0x42,0x8d,0x22,0x34,0x28,0x96,0x6c,0x0d,0x46,0x1e,0x29,0xf6,0x06,0xc5,0xc2,0x8a,0x17,0x0c,0x0d,0x16,
0xbe,0x32,0x1a,0xcc,0xab,0x71,0x5b,0xb5,0xf8,0x4e,0x13,0x7b,0x67,0x88,0xbd,0x5b,0x10,0x7b,0xaf,0x51,
0xec,0x0d,0x8a,0x25,0x3f,0x89,0x34,0x8a,0xc8,0xa0,0x88,0x96,0x28,0xec,0x2e,0x05,0xbe,0x34,0x32,0x52,
0x8e,0xa4,0x73,0x5b,0xf3,0xad,0x7b,0x4d,0xdb,0xf7,0x86,0xb6,0x97,0xfc,0xeb,0x41,0x13,0xfb,0xc1,0x10,
0x7b,0xc9,0xc7,0x1e,0x35,0x8a,0x47,0x83,0x62,0xea,0x67,0xc3,0xb7,0x16,0x60,0x21,0x84,0x65,0xd3,0xf8,
0x3a,0x43,0x37,0x62,0xed,0x48,0x31,0x84,0xda,0x19,0xbe,0x11,0x76,0x05,0xbe,0x8a,0xba,0x7f,0x3a,0xe3,
0x94,0x20,0xe7,0x17,0x7e,0xb8,0x0f,0xf6,0x86,0x43,0xeb,0x73,0x27,0x0e,0xa6,0xc9,0x59,0x04,0x20,0x23,
0x62,0x7a,0x5a,0x9e,0x9b,0xa0,0x22,0xf9,0x85,0xc7,0x4a,0xe7,0x57,0x71,0xec,0x7d,0x36,0x83,0xb0,0x79,
0xdc,0x0f,0x39,0xf4,0x78,0x52,0x72,0x4e,0x7d,0x8f,0xb4,0x3a,0xcd,0x7a,0x61,0xd2,0xab,0x6c,0xd4,0x45,
0x66,0x5d,0xa7,0xaa,0xf2,0xb4,0x70,0x69,0xe1,0xb6,0x45,0x57,0x90,0x06,0xd2,0x0f,0xf6,0x5a,0xa8,0xda,
0x40,0x4d,0xcf,0xcb,0x9c,0x6b,0x3a,0xa1,0xa2,0x3e,0x10,0x39,0x40,0x07,0x7f,0xa9,0xf8,0xdb,0x72,0x1e,
0x8e,0xe0,0xc4,0x21,0x54,0x40,0x5a,0x01,0x69,0x05,0xa4,0xe5,0x90,0x6e,0x4c,0x70,0xa4,0x85,0x45,0x46,
0x20,0x0b,0x2e,0x1e,0x2b,0xe4,0x0f,0x91,0x1f,0x52,0x43,0x1c,0x58,0x10,0x24,0x82,0x85,0x43,0xca,0x86,
0xa4,0xb8,0x37,0x65,0x4d,0x48,0x0d,0xe5,0xeb,0x30,0x36,0xb9,0x61,0x4b,0x53,0x37,0x65,0x6e,0x41,0x26,
0xba,0xdc,0xe8,0x99,0x93,0xcc,0x85,0x66,0xa5,0xd2,0x84,0x62,0x7a,0xcf,0x07,0xcb,0x76,0x33,0x72,0x6a,
0x6b,0xec,0xf2,0x6b,0x28,0xae,0xc3,0xca,0x85,0x4a,0xd1,0x65,0xbc,0x86,0xe6,0xfa,0x34,0x19,0x84,0x92,
0x81,0x18,0x1d,0x72,0xb5,0xe1,0x82,0xcc,0x48,0x50,0x58,0xea,0xb2,0xbc,0xbb,0x5e,0xaf,0xca,0x54,0x4f,
0x2f,0xc1,0xf0,0x86,0x7f,0xc6,0xaa,0x55,0x96,0xd2,0xaa,0x6e,0xd5,0xee,0xd0,0xb8,0xa9,0x80,0x5b,0x9c,
0x91,0x7a,0xb8,0x90,0x04,0xce,0xfa,0x63,0x37,0xb1,0x2a,0x20,0x8f,0x97,0x97,0x1c,0x57,0xbb,0xca,0x34,
0x93,0xf8,0xa0,0x3f,0xba,0x90,0x5f,0x50,0x48,0x9e,0x26,0x49,0x6a,0x5f,0x75,0xba,0xe3,0xf4,0xf9,0xc6,
0xcd,0x43,0x37,0xdf,0xba,0xf9,0xce,0xcd,0xf7,0x6e,0x1e,0x75,0x37,0x2e,0x6f,0x3d,0x79,0x5d,0x38,0xd1,
0x9e,0x06,0x1a,0xf8,0x6a,0xee,0xb4,0x93,0xf9,0xb2,0x79,0xe3,0x1b,0xf6,0x79,0xa8,0xe1,0x6c,0xad,0x38,
0xfb,0x3e,0xdf,0x6a,0x48,0xa1,0xba,0xc0,0x34,0x90,0xb6,0x7d,0xbe,0x33,0x70,0x42,0xcb,0x25,0xa7,0x07,
0xc5,0x81,0x85,0x14,0xf8,0xef,0x3b,0x3d,0xb1,0xb7,0x5d,0x90,0x02,0xed,0x7e,0x4e,0x0b,0xa4,0x51,0x37,
0xab,0x09,0x26,0xa4,0xc1,0x84,0x68,0xd7,0x93,0xf3,0xa9,0x33,0x93,0x32,0x48,0xc3,0x79,0x7f,0x27,0x23,
0x2f,0xf2,0x9a,0xbf,0x93,0x8d,0x3d,0x50,0x6d,0x7e,0xe0,0x09,0x3a,0x44,0xb5,0xf8,0x93,0xf3,0xe9,0xda,
0x15,0x11,0x3e,0xda,0xfb,0x59,0x41,0x11,0x13,0xae,0xd1,0x89,0x9f,0xd2,0xa1,0x14,0x58,0xb8,0x81,0x82,
0x8b,0xdf,0xfd,0xf7,0x67,0x2f,0x81,0xc7,0x9f,0x63,0x25,0x21,0x82,0x8f,0x78,0x19,0xc0,0x72,0x71,0x05,
0x86,0xd7,0x2e,0x29,0xf5,0xf7,0x03,0xfe,0x85,0xeb,0x14,0x95,0xeb,0x6f,0x01,0x04,0xd5,0x58,0x56,0x2a,
0x17,0x11,0x71,0x43,0x85,0xe6,0x26,0xa9,0x31,0x2e,0x1d,0x54,0xa6,0x7a,0x94,0xbe,0x8f,0x1e,0xaa,0x97,
0xcf,0x9d,0x90,0x68,0x20,0xe6,0xce,0x24,0x28,0x65,0x99,0x34,0x6e,0xff,0x51,0xb8,0xfe,0xc3,0x58,0xc5,
0xcc,0x17,0x12,0x06,0xfc,0xa3,0xfb,0xa6,0x51,0xcf,0x6c,0x26,0x9d,0x11,0x79,0xf2,0x57,0x2f,0xce,0x87,
0x2c,0xc9,0xa2,0xe4,0x7a,0x6b,0x2f,0xf7,0xf6,0x86,0x0f,0x80,0x6a,0xde,0xb4,0x0e,0x4d,0x2c,0x0d,0x6e,
0x1c,0x36,0x7a,0xbe,0x2e,0x37,0x2e,0x87,0xf4,0xbd,0x9f,0x63,0x04,0xb3,0x76,0xb3,0x32,0x6b,0x18,0x71,
0xb8,0x17,0x8d,0x56,0x37,0x79,0x6c,0x96,0x34,0x3d,0xa6,0x05,0xd1,0x3d,0x97,0x70,0x60,0xe6,0x5f,0x48,
0x06,0x01,0x1b,0x31,0x28,0xf6,0x35,0xdf,0xd3,0x74,0x26,0x4d,0xf0,0x96,0x55,0xdb,0x78,0x5e,0x97,0x81,
0x8e,0xa0,0xc7,0x96,0xe1,0xc3,0xf0,0xae,0x86,0x8c,0x15,0xbd,0x85,0xc8,0xf1,0x49,0x99,0x92,0x04,0x31,
0x5a,0xdb,0xab,0x5b,0xb5,0x7f,0xb8,0xfd,0x86,0xdd,0x25,0x6d,0xa9,0x77,0xbe,0xf6,0xd7,0x73,0x4c,0xe9,
0x46,0xd5,0xbd,0xab,0xf3,0x7d,0xe7,0xad,0x0d,0x4f,0x82,0x9f,0xc0,0x88,0x25,0x9c,0x3b,0xfc,0x9a,0x7c,
0xee,0x5c,0xdb,0xc7,0xe8,0x3d,0xbc,0x60,0x1d,0x3a,0xbb,0xa9,0x67,0x9d,0x6a,0xfc,0xfa,0x5f,0x88,0x06,
0x6e,0x6c,0x93,0x2d,0x7b,0xdc,0xbe,0x87,0x19,0xae,0x6b,0x5a,0xdb,0xf8,0x24,0xc1,0x24,0x98,0x6f,0xa2,
0x6a,0x70,0x38,0x1e,0xe7,0x43,0xb5,0x15,0x1b,0x52,0x40,0xf2,0x32,0x0d,0x02,0x23,0xde,0x56,0xe1,0xf1,
0x55,0xce,0xfb,0x9a,0x1f,0xc2,0x07,0xfe,0xd1,0xc9,0x77,0xd5,0xf5,0xe6,0x42,0x85,0x90,0xa9,0xaa,0x60,
0xbe,0x06,0xdc,0x4a,0x67,0xac,0x35,0xb7,0x81,0x7c,0xfe,0xc6,0xca,0x24,0x0e,0xf4,0x3e,0x04,0xd3,0x55,
0xa7,0x17,0x08,0x8e,0x4a,0x5b,0x2c,0xea,0x51,0x0d,0xd7,0x31,0x1c,0xfd,0x81,0x9c,0x2b,0x5a,0x33,0x34,
0xbd,0x77,0x91,0x22,0xeb,0xdc,0xde,0x73,0x09,0xff,0xb6,0xfd,0x6c,0xc8,0xaa,0x1d,0x30,0xaa,0xc7,0x34,
0x7b,0xe3,0xa3,0xa4,0x5c,0x3d,0x05,0xbd,0xe0,0xf4,0xb0,0x6e,0x9d,0x88,0x7f,0x26,0x4d,0x27,0x63,0x63,
0x49,0x6d,0xe6,0xa4,0x64,0x8b,0x5d,0x33,0x6e,0x11,0x6d,0x16,0x6b,0x02,0xe7,0x43,0x4c,0x13,0x3d,0x9f,
0x89,0x1d,0xe6,0xa6,0xec,0xfd,0xa6,0x3d,0xd2,0x8a,0xc7,0x95,0xc6,0x2c,0xe9,0x05,0x1f,0xa9,0x84,0xa6,
0xb3,0xd1,0x81,0x17,0x81,0xe7,0x74,0x33,0x5f,0x68,0x18,0xae,0x0c,0x56,0x5b,0x2d,0xad,0x19,0xbb,0xa3,
0xf3,0xee,0x97,0x24,0x75,0x14,0xe7,0x69,0x53,0x4d,0x91,0xee,0x86,0x29,0x1c,0xff,0x19,0x15,0x2d,0xbe,
0x11,0x16,0x65,0x9a,0xa5,0xfb,0x8e,0xe4,0xde,0x41,0x6e,0x76,0xfc,0x49,0x60,0x51,0x93,0xbb,0x02,0xad,
0xcb,0xa3,0x02,0xa2,0x4c,0x39,0x27,0x77,0x01,0xa1,0x04,0x6a,0x97,0x37,0xca,0x85,0xb5,0x17,0x91,0xe4,
0x4c,0x71,0x3c,0x4c,0x25,0x9f,0x3d,0x96,0xb7,0xe7,0xe3,0xe2,0xfc,0x76,0x79,0x42,0x2d,0x40,0x87,0xf6,
0x00,0x6d,0x5c,0x24,0xc9,0x53,0xd7,0x7c,0xe9,0x4d,0x13,0xe8,0x4c,0x7f,0x03,0xd2,0xf2,0x84,0x95,0x30,
0xff,0xcb,0x49,0x2e,0xa8,0x2e,0xb9,0xeb,0xe9,0xa8,0xdb,0x20,0xcc,0x20,0x2c,0x59,0xb3,0x80,0xf1,0x82,
0x64,0x6f,0x4d,0x88,0x7b,0xbf,0xa4,0x3c,0xc4,0xea,0xf1,0xc9,0xe2,0x8e,0xf2,0x36,0x7d,0x0c,0x41,0xbd,
0x5f,0xa1,0x12,0x17,0xf3,0xf3,0x61,0xf2,0xf6,0xa3,0x9e,0x7a,0x6b,0xbd,0x4f,0x41,0xec,0xc8,0x2f,0x4f,
0xe5,0x11,0x96,0x93,0x4b,0xae,0x4b,0x77,0x2f,0x0b,0xa1,0x63,0xeb,0x4d,0x1b,0x3b,0x44,0x5f,0xba,0xf0,
0xda,0xb9,0x2a,0x38,0xc8,0xce,0x5d,0x44,0x13,0xfd,0x64,0x79,0x63,0x86,0x68,0x65,0xe6,0xa3,0x44,0xc6,
0x02,0x3d,0xe9,0xb5,0xcf,0x8b,0xdc,0x15,0x71,0xb4,0xc4,0xd2,0xc4,0xd2,0xf3,0x52,0x69,0xdf,0xf9,0x15,
0xd1,0x90,0x6e,0x6a,0x4c,0xd6,0xaf,0x52,0x44,0x0e,0xee,0xaf,0x75,0xf1,0xe5,0xca,0x45,0x5e,0xe8,0x0f,
0x36,0xe8,0x6c,0xaf,0x52,0x5e,0x30,0xfe,0x99,0xa2,0x57,0xb5,0x0c,0xd5,0xb6,0x02,0x29,0xff,0x03,0x66,
0x1f,0x62,0x0d,0x3e,0x2c,0x00,0x00};
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xc5,0x1a,0x4d,0x93,0xa3,0xba,0xf1,0xaf,0x90,0x99,
0xda,0x9a,0xb7,0x79,0xc0,0xf2,0x61,0xe3,0x31,0xde,0xd9,0x4a,0x5e,0x2e,0x39,0x24,0x39,0xe4,0x90,0xcb,
0xd6,0x1e,0x64,0x10,0x86,0x1a,0x0c,0x04,0xc4,0x78,0x66,0x29,0xfe,0x7b,0x5a,0x1f,0x18,0x09,0x04,0x9e,
0xc9,0x4b,0x55,0xd6,0xb5,0x63,0xd3,0xea,0x6e,0xb5,0xba,0x5b,0xad,0xee,0x16,0x7f,0x34,0x43,0x94,0x10,
0x5c,0x9b,0xe1,0x11,0x27,0x65,0x8d,0xbb,0x63,0xf9,0x6a,0x35,0xd9,0xcf,0xac,0x38,0x85,0x59,0x91,0xe2,
0x3a,0x23,0x7d,0x4a,0xce,0xb9,0x0c,0x3f,0x96,0x75,0x8c,0x6b,0x0b,0x20,0x87,0xa4,0x2c,0x08,0x05,0xe3,
0x30,0xf0,0xec,0xed,0xa7,0xfe,0x58,0xc6,0x6f,0x5d,0x54,0xe6,0x65,0x1d,0xde,0x07,0x4e,0x10,0xed,0x02,
0x8e,0x92,0xa0,0x73,0x96,0xbf,0x85,0xff,0x2c,0x8f,0x25,0x29,0xcd,0x87,0xbf,0xe2,0xfc,0x05,0x93,0x2c,
0x42,0xc6,0x3f,0x70,0x8b,0x1f,0xcc,0xeb,0xb3,0xf9,0xe7,0x3a,0x43,0xb9,0xd9,0xa0,0xa2,0xb1,0x1a,0x98,
0x3c,0x91,0x66,0x70,0xed,0x00,0x9f,0xf9,0xf3,0x05,0x67,0xa7,0x94,0x84,0xbe,0xe3,0x1c,0x72,0x4c,0x40,
0x7c,0xab,0xa9,0x50,0x44,0x65,0xb3,0x1d,0x17,0x90,0xf2,0xac,0xc0,0x56,0xca,0x91,0x80,0xac,0x3f,0xe6,
0x65,0xf4,0xfc,0xef,0xb6,0x24,0x74,0x7d,0x4c,0xf8,0x1c,0x27,0x24,0xb4,0xfd,0x1a,0x9f,0x8d,0xa6,0xcc,
0xb3,0xd8,0xb8,0xdf,0x38,0xf4,0x73,0x38,0xa3,0xfa,0x94,0x15,0x7c,0xfc,0xfa,0x54,0x33,0x4e,0xce,0xa1,
0x42,0x71,0x4c,0x67,0x71,0x29,0x9d,0x6b,0x6f,0xe1,0x4b,0xe2,0x6d,0x84,0x39,0x6a,0x88,0x15,0xa5,0x59,
0x1e,0x77,0x82,0x12,0xd6,0x4b,0xca,0x73,0xe8,0xf4,0xf6,0xb1,0x85,0x5f,0x85,0x29,0xbe,0xb2,0xa2,0x6a,
0xc9,0x77,0xf2,0x56,0xe1,0x27,0x0e,0xf9,0x21,0x83,0x6a,0xdc,0x60,0xa2,0x40,0x9a,0xf6,0x78,0xce,0xc8,
0x8f,0xee,0x88,0xa2,0xe7,0x53,0x5d,0xb6,0x45,0x6c,0x09,0x35,0x3b,0x41,0x72,0xe0,0x8b,0x0a,0x6d,0x57,
0x5a,0xcf,0x08,0xb7,0x6a,0x14,0x67,0x6d,0x13,0xda,0x1b,0x18,0x3e,0x08,0xb2,0x24,0x49,0x0e,0x51,0x5b,
0x37,0xf0,0xbb,0x2a,0xb3,0x02,0x74,0x78,0x88,0xb3,0xa6,0xca,0xd1,0x1b,0xd8,0x9d,0xe9,0x8f,0x2d,0x4c,
0xd1,0x3f,0x65,0xaf,0x18,0x60,0x07,0x06,0x10,0x6a,0xf6,0xed,0x47,0x3a,0x3a,0x35,0x07,0x23,0x91,0xcd,
0x21,0xf0,0x06,0x4d,0x3a,0x06,0xb5,0xc1,0x81,0xe0,0x57,0x62,0xa1,0x3c,0x3b,0x15,0x61,0x84,0x99,0x30,
0x0c,0x12,0xe3,0xa8,0xac,0x11,0xc9,0xca,0x22,0x2c,0xca,0x02,0x73,0x20,0xa9,0xc1,0x3b,0xc0,0x57,0xcf,
0x61,0x5b,0x55,0xb8,0x8e,0x50,0x83,0x0f,0x97,0x34,0x23,0x98,0xcd,0x8a,0x01,0xf3,0x52,0xa3,0x6a,0x50,
0x78,0x98,0x94,0x51,0xdb,0x98,0xc3,0x53,0x5a,0xbe,0x80,0xb3,0x2b,0x43,0xca,0xc8,0xdc,0x2e,0x02,0x4b,
0x33,0x30,0xa3,0xe0,0x66,0x9b,0x13,0x08,0xf8,0x0c,0x5f,0x18,0x75,0x4e,0x30,0x0c,0x30,0x0a,0x8d,0xcd,
0xc5,0xd6,0x12,0xe6,0x55,0x81,0x92,0x7d,0xcb,0x96,0x50,0xd5,0x8f,0xde,0xf7,0x1d,0x4c,0x8c,0x8e,0x39,
0x8e,0x7f,0x98,0x33,0xc0,0x7c,0x81,0xfa,0x41,0xbe,0x18,0xfd,0x98,0x90,0x7b,0x1c,0xec,0x84,0x8b,0xc5,
0x38,0x41,0x6d,0x4e,0x0e,0x25,0xf5,0x0b,0xf2,0x16,0xda,0xdb,0xb9,0x48,0xaa,0xa5,0x24,0xb8,0x6c,0xb3,
0x19,0xfa,0x02,0xf6,0xda,0x6a,0x16,0x2d,0xba,0xc6,0x65,0xba,0xec,0x25,0x2b,0xaf,0xf1,0x98,0xa9,0x67,
0xd1,0xf2,0x53,0x2e,0xab,0xfb,0x5e,0x82,0x0c,0x5a,0x15,0x5f,0x96,0xf0,0x00,0x53,0x0f,0x9d,0x6b,0x60,
0x05,0x83,0x2f,0x6f,0x05,0x41,0x88,0x3e,0xc1,0x98,0x4b,0xce,0xf6,0x6f,0x85,0x6a,0xd8,0xe7,0x87,0x9b,
0x92,0xab,0x4e,0x31,0x1d,0x94,0x3d,0x43,0x4f,0xb8,0x46,0x77,0x73,0xf9,0x8b,0x8e,0x72,0x93,0x9f,0x56,
0x59,0x4b,0x2e,0x73,0x93,0x9b,0x5e,0xb3,0x8b,0xce,0xa3,0xe5,0xb7,0x6e,0x87,0xb5,0x48,0xc2,0x9f,0x16,
0xec,0xb3,0xb4,0x7d,0x97,0xd1,0x56,0x6c,0xb6,0xb0,0xb9,0x6f,0xf1,0xba,0x69,0x9f,0x77,0x6c,0xfd,0x0f,
0xcc,0xa1,0x35,0xda,0xed,0xc0,0xf0,0x81,0x19,0xf4,0x76,0x7c,0x47,0xd8,0xb8,0x31,0x47,0xa7,0x98,0x59,
0xa4,0x77,0x2b,0x7b,0x30,0xca,0x31,0x9a,0x9a,0x8a,0xc3,0x96,0x15,0x38,0x1b,0x57,0x57,0x3f,0x1b,0x9e,
0x48,0xce,0xc6,0x3f,0xe0,0xab,0xef,0x0b,0x26,0x8c,0xab,0xde,0x41,0xf9,0x90,0xce,0x29,0x65,0xa2,0x65,
0x9a,0x1b,0x9a,0xb8,0xe9,0x70,0x0b,0xbc,0x34,0x5a,0xbb,0xe5,0x58,0x0b,0x9c,0x74,0x0a,0xbe,0xe9,0x40,
0x12,0xaf,0xdf,0x67,0x0c,0x7d,0xf0,0x60,0xec,0x6f,0x85,0x8e,0x29,0xd2,0xa2,0x8d,0x6e,0x84,0x0d,0x3d,
0x9f,0x1b,0x16,0xf9,0x40,0xc8,0xb8,0xc9,0x5f,0x63,0xa6,0xf7,0x87,0x8b,0x9b,0xdc,0x75,0x96,0xfb,0x40,
0xa8,0xd0,0xf2,0xef,0xa4,0xad,0x14,0x95,0xb1,0x7c,0x88,0x43,0x66,0xb9,0x49,0xb6,0x49,0xa0,0xad,0x2d,
0xc6,0x62,0xe1,0x31,0xf8,0x24,0x8a,0x27,0x48,0xf1,0x6d,0x4f,0x4e,0xf9,0xd9,0x93,0xc1,0x8a,0x27,0x5d,
0xde,0x5e,0xd5,0x6b,0xd3,0xcd,0xeb,0x36,0x9a,0x07,0x51,0x99,0x93,0xbc,0xbc,0x58,0x6f,0x61,0x9a,0xc5,
0x31,0x2e,0x28,0x97,0x6f,0x5c,0x72,0x45,0x4c,0xe7,0x5a,0xe4,0xf0,0xea,0x46,0x53,0xd0,0x29,0x32,0x01,
0x9b,0x3e,0x1d,0xe2,0x26,0x50,0x0b,0x6e,0xa4,0xac,0xd4,0x62,0x4b,0x08,0x29,0x56,0xcc,0xc4,0x73,0x7a,
0x49,0xe9,0xf8,0x8c,0xb2,0x5c,0x49,0x95,0x8b,0xf6,0x7c,0xc4,0xb5,0x02,0xaa,0x50,0xd3,0x5c,0x60,0x02,
0x35,0xa5,0x06,0xf3,0x44,0xa9,0x02,0x22,0x38,0x9f,0x3c,0xbf,0xaa,0xc5,0x62,0x5b,0x03,0x42,0x83,0x73,
0x1c,0x11,0x93,0x0e,0xc2,0x8e,0x44,0x1d,0x82,0x62,0x09,0xc1,0x06,0x65,0x9a,0x86,0x5a,0xea,0x1d,0xdb,
0x5a,0x5d,0xa3,0x28,0x90,0x75,0x76,0x67,0xcd,0x81,0x14,0xc5,0xe5,0x45,0xf0,0x9e,0x35,0x11,0x0e,0xfa,
0xf2,0xcf,0x0e,0x98,0xe2,0x99,0xda,0xb3,0x98,0xa4,0xa1,0xeb,0x38,0x9f,0xe6,0x8a,0x9b,0x7b,0xb1,0x50,
0xdf,0x7c,0xe0,0xaa,0x44,0x8d,0xe7,0x73,0x55,0xce,0x07,0xa8,0x42,0x75,0xd0,0x57,0x5d,0x6d,0x46,0x95,
0x2b,0xa0,0x5c,0xc5,0xe2,0x61,0x50,0x34,0x7f,0xec,0x66,0xa9,0xb9,0x54,0x8d,0x71,0x3a,0xd9,0xcb,0x81,
0xe9,0x2f,0x0f,0x31,0x22,0x28,0xcc,0xce,0xe8,0x84,0xbf,0x34,0x2f,0xa7,0x5f,0x5f,0xcf,0xf9,0xa1,0x25,
0xc9,0xa3,0xf9,0x15,0x9e,0x0c,0x78,0x2a,0x9a,0xa7,0xbb,0x94,0x90,0x2a,0xfc,0xf2,0xe5,0x72,0xb9,0xd8,
0x17,0xdf,0x2e,0xeb,0xd3,0x17,0xcf,0x71,0x1c,0x8a,0x7f,0x67,0x70,0x15,0x3f,0xdd,0xb9,0x9b,0x3b,0xe3,
0x25,0xc3,0x97,0xdf,0xca,0xd7,0xa7,0x3b,0xc7,0x70,0x0c,0x6f,0x6f,0x50,0x18,0xd3,0xf0,0xd3,0x9d,0xb7,
0xbf,0xfb,0xf6,0xb5,0x42,0x24,0x35,0x92,0x2c,0xcf,0x9f,0xee,0xee,0x63,0x97,0x7e,0xee,0x8c,0xf8,0xe9,
0xee,0xef,0x7b,0xdb,0xdf,0xed,0xbc,0x9d,0xe1,0xdb,0x81,0xb7,0xcd,0xb7,0xb6,0xf3,0xe8,0x6e,0x37,0x46,
0x60,0xef,0xfd,0xad,0xe7,0xff,0xcd,0xdd,0xdb,0xdb,0x8d,0xe3,0x07,0x7c,0xf8,0xee,0xcb,0xb7,0xaf,0x74,
0xe6,0x6f,0x0f,0x9f,0x0d,0x5e,0xb5,0x1b,0xac,0x51,0x62,0x14,0xa5,0x55,0x63,0xf0,0x36,0x32,0xd8,0x59,
0x34,0x50,0xe8,0xbe,0xe8,0x65,0xa5,0xc9,0x67,0x0b,0x5b,0xf8,0xff,0x57,0x11,0xfb,0xe3,0x26,0x8e,0xd0,
0xef,0x52,0x44,0x7f,0xdd,0x6f,0xe7,0xac,0x18,0x7a,0x1e,0x01,0xef,0x14,0xe5,0xe8,0x88,0x73,0x33,0xc7,
0x27,0x5c,0xc4,0x9d,0x1a,0x87,0x94,0x2e,0x97,0xae,0xcb,0xa2,0xb6,0x93,0x38,0xbf,0x24,0xc3,0x79,0x0c,
0x67,0xc5,0xe0,0x6b,0x7c,0x07,0x8d,0x5d,0x2a,0x25,0x02,0x45,0x29,0x8e,0x9e,0x61,0x5f,0xaa,0xb5,0x3c,
0x6c,0xe2,0xf2,0xc7,0x55,0x16,0xde,0xf8,0xe9,0x6d,0x26,0xa8,0xc5,0x9f,0x26,0x83,0x72,0x57,0x48,0x88,
0xb7,0x71,0xd4,0xae,0x19,0x17,0xce,0x8e,0x00,0x05,0x01,0x45,0xdd,0x5d,0xcf,0x01,0xd4,0x92,0x12,0x50,
0x5f,0x85,0xa4,0xae,0xeb,0xa9,0xad,0x20,0xfe,0x58,0x36,0x19,0xeb,0xf8,0xd4,0x38,0x47,0x24,0x7b,0xc1,
0x72,0x64,0xb0,0xeb,0xf2,0x72,0x95,0x28,0xc9,0xf1,0xeb,0x81,0xfe,0xb1,0xe2,0xac,0x06,0x9f,0xa2,0x44,
0xb0,0xdf,0xda,0x73,0x31,0xf2,0x9c,0x12,0xd3,0xff,0x16,0xf8,0xa7,0x40,0xe8,0x46,0x5d,0x69,0x46,0xbf,
0xd9,0x9c,0x9d,0x0e,0x8b,0x9e,0x55,0x1d,0x9b,0x9c,0xfe,0x0a,0x79,0xcb,0x69,0x18,0x84,0xf3,0xa1,0x63,
0xdd,0x2c,0x0b,0x8e,0x92,0x73,0xc3,0x24,0xb5,0x1a,0xf0,0x0b,0x32,0xe2,0x70,0x53,0xce,0xd1,0xc0,0x39,
0x46,0x24,0xbe,0xad,0x14,0x24,0x0e,0x1a,0x51,0x1a,0x52,0x63,0x12,0xa5,0x0a,0x8e,0x80,0x49,0x93,0x21,
0xd8,0x76,0xd4,0x9a,0x32,0xd6,0x00,0x64,0x68,0xc6,0xb0,0xd6,0x89,0x63,0x82,0x48,0xa1,0x6b,0xb8,0x83,
0xed,0xd4,0xe6,0xe8,0xd5,0x92,0xa0,0xde,0xa9,0xa6,0x07,0x86,0xe2,0xcb,0x2a,0x93,0x04,0x7c,0xd5,0x72,
0x9d,0x4e,0xe6,0xe2,0xae,0x63,0x7b,0x2a,0xb6,0x77,0x03,0x7b,0xab,0x62,0x6f,0x57,0xb1,0x7d,0xdf,0x5c,
0x1b,0xdd,0x28,0xbc,0x7c,0xdf,0xf6,0xe1,0xdf,0x2a,0xc3,0xad,0x2a,0xec,0x76,0x5d,0xd8,0x20,0x58,0x9b,
0x3e,0xd8,0x29,0xbc,0x82,0xc0,0x0e,0xe0,0xdf,0x2a,0xc3,0x9d,0xba,0xfa,0xdd,0xfa,0xea,0x1f,0x55,0x61,
0x1f,0xd7,0x85,0xdd,0xab,0xd8,0xfb,0x05,0x6c,0x30,0x2e,0x73,0x18,0x1a,0x6b,0xc1,0xb2,0x8a,0x87,0xe8,
0x29,0x3c,0x89,0xc2,0x53,0x28,0x96,0x6c,0x0d,0x46,0x1e,0x29,0xb6,0x0a,0xc5,0xc2,0x8a,0x17,0x0c,0x0d,
0x16,0xbe,0x32,0x1a,0xcc,0x2b,0x71,0x5b,0xb5,0xf8,0x46,0x12,0x7b,0xa3,0x88,0xbd,0x59,0x10,0x7b,0x2b,
0x51,0x6c,0x15,0x8a,0x25,0x3f,0x09,0x24,0x8a,0x40,0xa1,0x08,0x96,0x28,0xf4,0x2e,0x05,0xbe,0x34,0x32,
0x12,0x8e,0x24,0x73,0x5b,0xf3,0xad,0x9d,0xa4,0xed,0x9d,0xa2,0xed,0x25,0xff,0x7a,0x94,0xc4,0x7e,0x54,
0xc4,0x5e,0xf2,0xb1,0xbd,0x44,0xb1,0x57,0x28,0xa6,0x7e,0x36,0x7c,0x4b,0x01,0x16,0x42,0x58,0x32,0x8d,
0xaf,0x33,0x74,0x25,0xd6,0x8e,0x14,0x43,0xa8,0x9d,0xe1,0x2b,0x61,0x97,0xe1,0x8b,0xa8,0xfb,0xa7,0x33,
0x8e,0x33,0x64,0xfc,0x42,0x0f,0xf7,0xc1,0xde,0x70,0x68,0x7d,0xee,0xd8,0xc1,0x34,0x39,0x8b,0x00,0xa4,
0x44,0x4c,0x4b,0xca,0x73,0x23,0x94,0x47,0xbf,0xd0,0x58,0x69,0xfc,0xca,0x8e,0xbd,0xcf,0x6a,0x10,0x56,
0x8f,0xfb,0x21,0x87,0x1e,0x4f,0x4a,0xca,0xa9,0xef,0x91,0x54,0xa7,0x69,0x2f,0x4c,0x7a,0x91,0x8d,0x9a,
0x48,0xad,0xeb,0x44,0x55,0x1e,0xe7,0x66,0x99,0x9b,0x6d,0xde,0xe5,0x59,0x03,0xe9,0x07,0x79,0xcb,0x45,
0x6d,0x20,0xa6,0xa7,0x65,0xce,0x35,0x9d,0x10,0x51,0x1f,0x88,0x0c,0xa0,0x83,0xbf,0x25,0xfb,0xdb,0x52,
0x1e,0x06,0xe3,0x44,0x21,0x25,0x83,0xb4,0x0c,0xd2,0x32,0x48,0x4b,0x21,0xdd,0x98,0xe0,0x70,0x0b,0xb3,
0x8c,0x80,0x17,0x5c,0x34,0x56,0xf0,0x1f,0x2c,0x3f,0x2c,0x15,0x71,0x60,0x41,0x90,0x08,0xe6,0x46,0x56,
0x34,0x59,0x8c,0x7b,0x55,0xd6,0x28,0xab,0xa1,0x7c,0x1d,0xc6,0x26,0x37,0x6c,0x71,0x6c,0xc6,0xc4,0xcc,
0xb3,0x89,0x2e,0x5d,0x39,0x73,0xe2,0xb9,0xd0,0xac,0x54,0x9a,0x50,0x4c,0xef,0xf9,0x60,0xd9,0x66,0x92,
0x9d,0xda,0x1a,0x9b,0xf4,0x1a,0x8a,0xea,0xb0,0x32,0xa1,0x52,0x34,0x09,0xad,0xa1,0xa9,0x3e,0x55,0x06,
0x1e,0x67,0xc0,0x46,0x87,0x5c,0x6d,0xb8,0x20,0x53,0x12,0x14,0x12,0x9b,0x24,0xed,0xae,0xd7,0xab,0x3c,
0xd5,0x93,0x4b,0x30,0xec,0xd2,0xcf,0x58,0xb5,0xf2,0x52,0x5a,0xd4,0xad,0xd2,0x1d,0x1a,0x35,0x15,0x70,
0x0b,0x93,0xac,0x1e,0x2e,0x24,0x81,0xb3,0xfc,0xd8,0x4d,0xac,0x0a,0xc8,0xe3,0xe5,0x25,0xc5,0x95,0xae,
0x32,0xd5,0x24,0xde,0xe9,0x8f,0x26,0xe4,0x17,0x25,0x24,0x4f,0x93,0x24,0xb5,0xaf,0x3a,0xd9,0x71,0xfa,
0xd4,0x35,0x53,0xcf,0x4c,0x7d,0x33,0xdd,0x98,0xe9,0xd6,0x4c,0x83,0xee,0xc6,0xe5,0xad,0xc5,0xaf,0x0b,
0x27,0xda,0x93,0x40,0x03,0x5f,0xc9,0x9d,0x36,0x3c,0x5f,0x56,0x6f,0x7c,0xbd,0x3e,0xf5,0x24,0x1c,0x5f,
0x8b,0xb3,0xed,0x53,0x5f,0x42,0xf2,0xc4,0x05,0xa6,0x82,0xe4,0xf7,0xe9,0x46,0xc1,0xf1,0x34,0x97,0x9c,
0x16,0x14,0x07,0x1a,0x52,0xe0,0xbf,0xed,0xe4,0xc4,0x5e,0x77,0x41,0x0a,0xb4,0xdb,0x39,0x2d,0x90,0x06,
0xdd,0xac,0x26,0x98,0x90,0x3a,0x13,0xa2,0x4d,0x9f,0x9d,0x4f,0x9d,0x9a,0x94,0x41,0x1a,0x4e,0xfb,0x3b,
0x49,0xf6,0xca,0xaf,0xf9,0x3b,0xde,0xd8,0x03,0xd5,0xa6,0x07,0x9a,0xa0,0x43,0x54,0x0b,0x1f,0x8c,0x87,
0x6b,0x57,0x84,0xf9,0x68,0x6f,0x27,0x79,0x89,0x08,0x73,0x8d,0x8e,0xfd,0xe4,0x0e,0x25,0xc0,0xcc,0x0d,
0x04,0x9c,0xfd,0xee,0xbf,0xbf,0x58,0x11,0x3c,0x3e,0x8f,0x95,0x04,0x0b,0x3e,0xec,0x65,0x00,0xcd,0xc5,
0x15,0x18,0x5e,0xba,0xa4,0x94,0xdf,0x0f,0xf8,0x17,0xae,0x63,0x54,0xac,0xbf,0x05,0xe0,0x54,0x63,0x59,
0x29,0x5c,0x84,0xc5,0x0d,0x11,0x9a,0x9b,0xa8,0xc6,0xb8,0x30,0x50,0x11,0xcb,0x51,0x7a,0x17,0x3c,0x56,
0xaf,0x9f,0x3b,0x26,0xd1,0x40,0x4c,0x9d,0x89,0x51,0xf2,0x32,0x69,0xdc,0xfe,0xa3,0x70,0xfd,0xfd,0x58,
0xc5,0xcc,0x17,0xe2,0x39,0xf4,0x23,0xfb,0xa6,0x52,0xcf,0xb8,0x93,0xce,0x08,0x3f,0xf9,0xab,0x57,0xe3,
0x3e,0x89,0x92,0x20,0xba,0xde,0xda,0xf3,0xbd,0xed,0xd2,0x01,0x50,0xcd,0xbb,0xd6,0x21,0x89,0x25,0xc1,
0x95,0xc3,0x46,0xce,0xd7,0xf9,0xc6,0xa5,0x90,0xbe,0xb7,0x53,0x8c,0x60,0xd6,0x6e,0x56,0x66,0x0d,0x23,
0x06,0xf5,0xa2,0xd1,0xea,0x2a,0x0f,0x77,0x49,0xd3,0x63,0x5a,0x10,0xec,0xa8,0x84,0x03,0x33,0xfb,0x92,
0x25,0x10,0xb0,0x11,0x81,0x62,0x5f,0xf2,0x3d,0x49,0x67,0xdc,0x04,0xef,0x59,0xb5,0x8e,0xe7,0x75,0x19,
0xe8,0x08,0x7a,0x6c,0x09,0x3e,0x0c,0xef,0x6a,0xf0,0x58,0xd1,0x6b,0x88,0x0c,0x3b,0x2b,0xe2,0x2c,0x42,
0xa4,0xac,0xf5,0xd5,0xad,0xd8,0x3f,0xd4,0x7e,0xc3,0xee,0xe2,0xb6,0x94,0x3b,0x5f,0xdb,0xeb,0x39,0x26,
0x74,0x23,0xea,0xde,0xd5,0xf9,0xbe,0xd3,0xd6,0x86,0xc5,0xc1,0x4f,0x60,0xc4,0x02,0xce,0x1d,0x7a,0x4d,
0x3e,0x77,0x2e,0x7f,0x1f,0x7c,0x84,0x17,0xac,0x43,0x66,0x37,0xf5,0xac,0x53,0x8d,0xdf,0xfe,0x0b,0xd1,
0xc0,0x8d,0x75,0xb2,0x25,0x7b,0xff,0x23,0xcc,0x70,0x5d,0x97,0xb5,0x8e,0x4f,0xe4,0x4c,0x82,0xb9,0x1b,
0x54,0x83,0xc3,0xd1,0x38,0xef,0x89,0xad,0xd8,0x64,0x39,0x24,0x2f,0xd3,0x20,0x30,0xe2,0xf9,0x02,0x8f,
0xae,0x72,0xde,0xd7,0xbc,0xf7,0x1e,0xe9,0x47,0x26,0xdf,0x54,0xd7,0x9b,0x0b,0x11,0x42,0xa6,0xaa,0x82,
0xf9,0x1a,0x70,0x2b,0x99,0xb1,0xd4,0xdc,0x06,0xf2,0xf9,0x1b,0x2b,0x93,0x38,0xd0,0xdb,0x10,0x4c,0x57,
0x9d,0x9e,0x21,0x18,0x22,0x6d,0xd1,0xa8,0x47,0x34,0x5c,0xc7,0x70,0xf4,0x87,0xec,0x5c,0x95,0x35,0x41,
0xd3,0x7b,0x17,0x2e,0xb2,0xcc,0xed,0x23,0x97,0xf0,0xef,0xdb,0xcf,0x8a,0xac,0xd2,0x01,0x23,0x7a,0x4c,
0xb3,0x37,0x3e,0x8a,0x92,0xaa,0x27,0x2f,0x2f,0x38,0x3e,0xac,0x5b,0x27,0xa0,0x9f,0x49,0xd3,0x49,0xd9,
0x58,0x5c,0x9b,0x69,0x56,0x90,0xc5,0xae,0x19,0xb5,0x88,0x34,0x8b,0x36,0x81,0xb3,0x21,0xa6,0xb1,0x9e,
0xcf,0xc4,0x0e,0x73,0x53,0xf6,0x76,0xd3,0x1e,0xcb,0x8a,0xc6,0x95,0x46,0x2d,0xe9,0x19,0x1f,0xae,0x84,
0xa6,0xd3,0xd1,0x81,0x17,0x81,0xe7,0x74,0x33,0x5f,0x68,0x08,0xae,0x14,0x56,0xbe,0x94,0xd6,0x8c,0xdd,
0xd1,0x79,0xf7,0x8b,0x93,0x1a,0x82,0xf3,0xb4,0xa9,0x26,0x48,0x37,0xc3,0x14,0x86,0xfd,0x82,0xf2,0x16,
0xdf,0x08,0x8b,0x3c,0xcd,0x92,0x7d,0x87,0x73,0xef,0x20,0x37,0x3b,0x3e,0x67,0xb0,0xa8,0xc9,0x5d,0x81,
0xd4,0xe5,0x11,0x01,0x91,0xa7,0x9c,0x93,0xbb,0x00,0x8f,0x03,0xa5,0xcb,0x1b,0xe1,0xc2,0xd2,0x8b,0x48,
0x7c,0xa6,0x30,0x1c,0xa6,0xe2,0xcf,0x16,0x49,0xdb,0xf3,0x71,0x71,0x7e,0xbd,0x3c,0x9e,0x14,0xa0,0x3d,
0x7d,0x80,0x56,0x2e,0x92,0xf8,0xa9,0xab,0xbe,0xf4,0x26,0x09,0x74,0x2e,0x7f,0x02,0x69,0x71,0xc2,0x42,
0x98,0xff,0xe5,0x24,0x17,0x54,0x17,0xd4,0xf5,0x64,0x54,0xdf,0xf1,0x12,0x08,0x4b,0xda,0x2c,0x60,0xbc,
0x20,0xd9,0x6a,0x13,0xe2,0xde,0x86,0xfd,0x05,0x81,0x37,0x62,0xb5,0xde,0x5f,0xae,0x5e,0x31,0xb7,0xfb,
0x35,0x2d,0xf9,0x09,0x7b,0x2b,0x86,0x2a,0x1b,0x4a,0xfd,0xf7,0x9d,0xb6,0xfa,0x19,0x44,0xcf,0xc2,0xf5,
0x20,0xdf,0xb8,0xb6,0xb9,0x54,0x71,0x74,0x27,0x46,0x12,0x2d,0x2c,0x74,0x92,0x20,0xb9,0xce,0x30,0x20,
0x67,0x8b,0xea,0x7b,0x8a,0x37,0x74,0xa3,0xd9,0x43,0x1f,0x5e,0x6f,0xc7,0x0b,0xf6,0xf9,0xda,0x0c,0xfb,
0x8c,0x9b,0x06,0x9d,0x70,0x37,0xbd,0x26,0x54,0xd0,0x6c,0x76,0xe6,0xe9,0x15,0x11,0x1c,0xfd,0x05,0x5d,
0x8c,0x4b,0xa6,0xdc,0xe8,0x11,0x2a,0x9f,0x3f,0x9a,0x70,0xc3,0xdf,0x96,0x18,0x8f,0x98,0xde,0xae,0x50,
0x81,0xf3,0xf9,0xf9,0x3f,0x79,0xbb,0x55,0xd1,0xd6,0xd8,0xdb,0x66,0xc4,0x06,0xff,0xb2,0x44,0x9e,0xa8,
0xc9,0x4c,0xb8,0xdf,0xca,0xe1,0x43,0x43,0x68,0xe8,0xee,0x1e,0x94,0x08,0x28,0x9b,0x8f,0x45,0xa5,0xb9,
0x39,0x29,0x48,0xcf,0x9d,0x9d,0x16,0x72,0xe6,0xf0,0xce,0x0a,0x40,0xcb,0xcc,0x46,0x11,0x8f,0xf5,0x72,
0x51,0xa3,0x9f,0x17,0x99,0x2b,0xe2,0x48,0x85,0x83,0x8a,0xb5,0x50,0x09,0x79,0x1b,0xf8,0x78,0x57,0x0b,
0x78,0xe3,0xf5,0x98,0x12,0x28,0x44,0x9d,0x21,0x71,0x5f,0xbf,0x43,0x63,0xc5,0x97,0xbd,0x76,0x7d,0xc3,
0x55,0xc2,0x0a,0x02,0x7b,0x30,0x4e,0xa7,0x7b,0x87,0xf6,0x82,0xf1,0x73,0x8c,0xde,0xc4,0xfa,0xc4,0xde,
0x07,0x29,0xff,0x03,0xbb,0xba,0x32,0x32,0x37,0x2e,0x00,0x00};
#endif

View File

@ -4,148 +4,166 @@
#include <pgmspace.h>
const uint8_t EmbeddedIndex[] PROGMEM = {
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xcd,0x5a,0x79,0x57,0xdb,0x48,0x12,0xff,0x2a,0x8a,
0x67,0xf7,0x99,0x6c,0x82,0xb1,0x81,0x90,0xc0,0x02,0x3b,0x3e,0xb1,0xc1,0x36,0xbe,0x30,0xc7,0xbe,0x7d,
0xfb,0x5a,0x52,0x5b,0x6a,0xd0,0x85,0xba,0x65,0xe3,0x64,0xe6,0xbb,0x6f,0x1f,0x3a,0xda,0xb2,0x64,0x4c,
0x66,0x33,0x13,0xfe,0x40,0x56,0xd7,0xf5,0xab,0x52,0x55,0x77,0x75,0x4b,0xa7,0xef,0x1a,0xd7,0xf5,0xc9,
0xfd,0xa0,0xa9,0x98,0xc4,0xb6,0xce,0x4f,0xc3,0xff,0x10,0xe8,0xe7,0xa7,0x36,0x24,0x40,0xd1,0x4c,0xe0,
0x63,0x48,0xce,0x0a,0x37,0x93,0xd6,0xee,0x97,0xc2,0xf9,0x29,0x41,0xc4,0x82,0xe7,0xa7,0x7b,0xe1,0x95,
0x33,0x39,0xc0,0x86,0x67,0x05,0x62,0x42,0x1b,0xee,0x6a,0xae,0xe5,0xfa,0x05,0x45,0x73,0x1d,0x02,0x1d,
0x2a,0xf7,0x4b,0x99,0xff,0x15,0x56,0x58,0xe7,0x08,0x2e,0x3c,0xd7,0x27,0x12,0xdf,0x02,0xe9,0xc4,0x3c,
0xd3,0xe1,0x1c,0x69,0x70,0x97,0xdf,0x7c,0x44,0x0e,0x22,0x08,0x58,0xbb,0x58,0x03,0x16,0x3c,0xab,0x50,
0x15,0x16,0x72,0x9e,0x14,0x1f,0x5a,0x67,0x05,0x4c,0x96,0x16,0xc4,0x26,0x84,0x54,0x87,0xe9,0xc3,0xd9,
0x59,0x41,0x0d,0x1c,0xdd,0x82,0x25,0x0d,0x63,0xca,0x88,0x35,0x1f,0x79,0x44,0xc1,0xbe,0x16,0x13,0x1e,
0xd9,0xf8,0x9e,0x20,0xd0,0x1f,0xc2,0x47,0xd5,0xd5,0x97,0xe7,0xa7,0x3a,0x9a,0x2b,0x48,0x3f,0x2b,0x00,
0xcf,0x2b,0x88,0xbb,0xf9,0xae,0x66,0xb9,0xe0,0x29,0x21,0x31,0x9c,0x00,0x39,0xd0,0x0f,0x19,0x34,0x0b,
0x60,0x7c,0x56,0x60,0x5a,0xf8,0x18,0xb2,0x0d,0x61,0x4d,0x07,0x04,0x9c,0x20,0x1b,0x18,0x70,0xcf,0x73,
0x8c,0x7f,0xaa,0x00,0xc3,0xa3,0xc3,0x8f,0x68,0x5a,0xbb,0x1e,0x2d,0xca,0x57,0x17,0x86,0x5b,0xa5,0x7f,
0xfd,0xf1,0x8d,0xd9,0xbc,0x31,0xe8,0xaf,0x06,0xbb,0xad,0x2e,0xea,0xd5,0x7b,0x7a,0xa9,0xdd,0x55,0xe7,
0x76,0x9b,0x0d,0x5c,0xdc,0x8d,0x5a,0xb7,0xed,0xd1,0x44,0xdd,0x7f,0x28,0xeb,0xfb,0xad,0xe5,0xc3,0xb0,
0x56,0x7b,0xb8,0x38,0x46,0x0f,0xe3,0xda,0xa5,0x7a,0xdb,0x72,0x1e,0xa6,0x97,0xd6,0xfd,0xed,0xe8,0x93,
0xa6,0x59,0xd6,0x80,0x09,0xdc,0xd5,0x2e,0x47,0xcd,0xd6,0x0d,0xec,0xfb,0xf8,0x56,0x6f,0xf6,0x8d,0xc7,
0xea,0xb0,0xab,0xdd,0xd7,0xb4,0xea,0x40,0xab,0xd6,0xf5,0x61,0xff,0xb0,0xda,0xdf,0xef,0xd5,0x0f,0x8d,
0x11,0xbe,0xbf,0x3c,0x6e,0xf6,0xf5,0xea,0xe0,0xbe,0xda,0x00,0xd5,0x06,0xf4,0xf4,0x1b,0xb3,0x57,0x79,
0x6e,0x3d,0x06,0xbe,0xe1,0x1d,0x8f,0xb5,0x5e,0xdb,0xd0,0x3f,0x57,0x0e,0xa6,0x07,0x33,0x72,0xe3,0x7d,
0x82,0x6d,0xa3,0xd7,0xaa,0xf8,0xfe,0x45,0x13,0x04,0x47,0xd3,0x76,0x63,0xbf,0xdd,0x53,0xdb,0x9f,0x9e,
0x2f,0xaf,0xbb,0x6d,0x1f,0x7c,0x98,0x3d,0x7d,0x55,0xf1,0xfd,0x08,0x9b,0xbd,0x2f,0x5e,0x77,0x62,0xdc,
0x74,0x8c,0xb1,0x31,0x0f,0x7a,0x3d,0xf7,0x7e,0xf1,0x01,0xf5,0xee,0x27,0xfe,0xd1,0xd0,0xec,0xdf,0xf7,
0xfc,0x3e,0xea,0x2f,0x17,0x9d,0xae,0xb5,0x9c,0x5e,0xe9,0xda,0x72,0x39,0xc0,0xb6,0x36,0xc2,0xcb,0x9b,
0x4f,0xe5,0x27,0xa3,0x4d,0x86,0xc3,0x60,0xbf,0xaa,0xf7,0x2f,0x5b,0x5e,0xe3,0xa9,0x7a,0x75,0xd8,0xd9,
0xeb,0x76,0x6e,0x7b,0xea,0x7e,0x15,0x77,0x6a,0xda,0x73,0x19,0x8d,0x2e,0xe0,0xf0,0x62,0x30,0x79,0x98,
0x4d,0x8f,0x86,0xcd,0xf2,0x07,0xa3,0x71,0xd1,0xda,0xf7,0x5d,0x7c,0xd1,0x34,0x7a,0xc3,0x97,0x4e,0xd5,
0x74,0x1e,0xaa,0x68,0xd0,0xff,0x72,0x18,0x78,0xa3,0x59,0x79,0xef,0xda,0xf2,0x70,0xb7,0x5e,0xf3,0x0e,
0x96,0xcf,0x65,0xcd,0x34,0x48,0xfd,0xe6,0xe6,0xc1,0x1f,0x2d,0x8e,0x86,0x8d,0xeb,0x83,0xe6,0x6d,0x7b,
0xfc,0xdc,0x3a,0x26,0xc0,0x7f,0x00,0xe3,0xab,0xcb,0x3b,0x78,0xd9,0xd0,0xd5,0xa1,0x85,0x9b,0xe5,0xab,
0xc6,0xd1,0x65,0x7f,0xef,0xca,0x1d,0xe1,0x0b,0xf3,0xe5,0xee,0xaa,0x6e,0xd5,0xaf,0xda,0x97,0x9d,0xd9,
0xd3,0xc4,0x5c,0xf4,0x6e,0xcd,0xea,0x91,0x5e,0x1b,0xbb,0xd6,0x08,0x3d,0x3e,0x5d,0x5e,0xeb,0x95,0x87,
0x9b,0xf9,0xf1,0x72,0x78,0x7c,0xed,0x3d,0xab,0x6d,0x0f,0x81,0x9b,0x29,0x68,0xaa,0x0f,0xcd,0xcf,0xa4,
0xd3,0x79,0x74,0x6b,0x57,0x77,0x4b,0xec,0xe2,0x8a,0x76,0x38,0xfd,0x02,0xd5,0x6e,0x53,0x57,0xe7,0xfb,
0xaa,0xd6,0xc3,0xcd,0xcf,0xc6,0x63,0x50,0xd3,0xe7,0x77,0xa3,0xf1,0xe5,0x61,0xeb,0xc3,0xde,0xe2,0xb9,
0x73,0x77,0xe7,0x77,0x2e,0x16,0xf6,0xdd,0xc1,0xd7,0x05,0xd0,0xba,0x0d,0x13,0xf6,0xaf,0x8f,0x2b,0xd7,
0x8f,0xdd,0xe1,0x95,0x5e,0x39,0x9c,0xf6,0x1a,0x75,0xe7,0xde,0xa8,0xbf,0x4c,0x1f,0x3b,0x07,0xfd,0x09,
0xac,0xd8,0x63,0x77,0xd0,0x38,0x3c,0x7e,0x39,0x1c,0xfb,0x34,0x39,0x8e,0x9f,0x07,0xce,0x21,0x74,0xe7,
0xf5,0x1e,0xcf,0x9e,0xa6,0xd5,0x9a,0x3c,0x8d,0x83,0xa1,0x5d,0xaf,0xd3,0x4c,0x34,0x2b,0xe7,0xdf,0xbe,
0x29,0x7f,0x23,0x3b,0x45,0x5e,0xa2,0xc5,0xf7,0xca,0xef,0xbf,0xd3,0x74,0xaf,0x50,0xca,0x3e,0xa3,0xcc,
0xa1,0x8f,0x91,0xeb,0x94,0xf0,0x12,0x13,0x68,0x77,0x1a,0xca,0xbb,0xb3,0x33,0xc5,0x09,0x2c,0x4b,0xf9,
0x17,0x97,0x8a,0xc6,0xa9,0xe0,0x07,0xa5,0x78,0xa2,0x14,0xe9,0x65,0x4d,0x86,0x0e,0x17,0x85,0xde,0xfd,
0x95,0x7a,0x58,0xa0,0x19,0xc2,0x04,0x90,0x00,0xaf,0xd6,0x09,0x2d,0x1f,0x07,0x6a,0x84,0xea,0x58,0x1d,
0x47,0x8e,0x8e,0x34,0x40,0xd8,0x8c,0x71,0xc2,0x2a,0x67,0x57,0x08,0x0b,0x45,0x63,0xfe,0xbb,0x04,0xbc,
0x12,0x74,0x80,0x6a,0x41,0x9d,0x22,0x2c,0x86,0x9a,0xa0,0x5e,0x64,0x20,0x74,0x84,0x93,0x01,0x56,0xdf,
0x54,0x77,0xe4,0xbe,0xac,0x42,0xd3,0x20,0xc6,0x9e,0x8b,0x1c,0x52,0x4a,0xa2,0xa2,0x50,0xc6,0x3c,0x3b,
0xab,0xe3,0xc8,0xa3,0xc6,0x36,0xe8,0xa4,0x30,0xb8,0x60,0x18,0x6c,0x06,0xe2,0x0f,0x79,0x6f,0x40,0x72,
0x8b,0x5a,0xdc,0x12,0x15,0x12,0x06,0x77,0xde,0xe7,0xfb,0x87,0x05,0xa3,0xed,0xea,0x30,0xe5,0x5f,0x96,
0xa6,0x09,0x7c,0x21,0x3b,0x12,0x52,0xf9,0xbf,0x98,0xfc,0x10,0x9d,0x4f,0xe9,0xfc,0xa7,0x23,0xc7,0x28,
0x44,0x60,0xa3,0xfb,0xc8,0x7c,0x78,0x1f,0x5b,0x0a,0xef,0x3b,0x91,0x4f,0xab,0x91,0x10,0x3a,0xdf,0xc5,
0x4a,0xe4,0x30,0x10,0xa0,0xb2,0x74,0x51,0x03,0x42,0x5c,0x27,0x1a,0x14,0x77,0x34,0x30,0xe1,0xfd,0x37,
0xa5,0x28,0x86,0x76,0xdd,0x80,0xd0,0x75,0x00,0xd2,0xd4,0x04,0x34,0xa6,0x73,0x38,0x01,0x2a,0xcd,0x61,
0xa5,0x28,0x82,0x47,0xd3,0xb2,0xa0,0xfc,0xaa,0x59,0x48,0x7b,0xa2,0x13,0x7a,0xcc,0x90,0xd0,0x63,0x07,
0xc4,0x7d,0x89,0x5a,0x9f,0x48,0x85,0x22,0x8c,0x9c,0x2b,0x7f,0x18,0x0e,0xf1,0x91,0x61,0xd0,0xba,0xc9,
0x07,0x14,0x73,0xc4,0x90,0xa2,0x91,0x1f,0x06,0x2a,0xc9,0xc4,0x7c,0x58,0x12,0x4f,0x0c,0x2c,0x19,0xfb,
0x61,0xd0,0xc4,0xdc,0xb2,0xe1,0xf1,0x09,0x7a,0xf2,0xf8,0xf8,0x7d,0x0e,0x9c,0xb5,0xcc,0x93,0x54,0xc9,
0xa9,0x70,0x6a,0x1e,0xa4,0xd3,0x41,0x9e,0x34,0x0f,0xb8,0x0a,0xba,0xba,0x3b,0x5e,0x40,0x14,0xb2,0xf4,
0x68,0xef,0xe2,0xd3,0x0c,0x76,0x0b,0x61,0x23,0x03,0x2c,0x6b,0x4c,0xa0,0x87,0xa9,0xa3,0x73,0x60,0x05,
0xac,0x0b,0xf2,0x03,0x58,0xa0,0x46,0x59,0x2d,0x5a,0x32,0x03,0x6f,0x30,0xc2,0xbb,0x09,0x63,0xa2,0xed,
0x0c,0x50,0xa1,0x15,0xd7,0x17,0xbb,0xd9,0x45,0x0e,0x0b,0x4e,0x41,0x99,0xb9,0x7e,0x9a,0x7d,0x15,0xa7,
0x4c,0x0b,0xe1,0x72,0x0d,0x92,0xeb,0x6f,0xc2,0x3d,0x03,0x16,0x7e,0x1d,0x78,0x8b,0x73,0x6d,0x8f,0x3c,
0xe4,0xcf,0x86,0xce,0x89,0x39,0xd8,0x23,0xdd,0xd8,0x42,0xb4,0xc1,0x4a,0xad,0x26,0xf4,0xc1,0x7b,0x85,
0xe8,0xc1,0x46,0x38,0x69,0xd3,0xe7,0x81,0x38,0xff,0xb8,0x57,0xdc,0x70,0x0f,0x10,0xb3,0x34,0xb3,0x5c,
0xd7,0xdf,0x89,0x78,0xa7,0x8c,0xa8,0xec,0x29,0xfb,0x9f,0x3e,0x29,0xff,0x50,0x2a,0xe5,0x32,0xc3,0xf0,
0x77,0xda,0x1c,0x52,0x05,0x19,0xd6,0xe5,0xde,0x6f,0x35,0xa2,0x8e,0x41,0x1d,0xb6,0x91,0x73,0x56,0x28,
0xd3,0x2b,0x78,0x39,0x2b,0x50,0x95,0x85,0x55,0xe9,0x38,0xa6,0x25,0x27,0xb0,0x55,0x28,0x05,0x67,0x2a,
0x30,0xae,0xcd,0xbf,0x19,0x5e,0xbe,0x4b,0x1e,0xc7,0x7c,0x97,0x47,0x78,0x87,0x91,0x3f,0x2a,0x74,0x09,
0x81,0x2f,0xef,0xe9,0x45,0xc1,0xdb,0x46,0x81,0x31,0x96,0xe6,0x7f,0x6d,0x08,0x12,0x0c,0x29,0xff,0xb3,
0xd7,0xa2,0xd5,0xea,0x95,0xe6,0xcd,0x53,0x1a,0x0b,0x5b,0xf9,0x15,0x07,0xaa,0x8d,0x48,0xc9,0xf3,0xe1,
0x9c,0x6f,0x26,0x68,0x23,0x6f,0x2d,0x27,0x21,0x1b,0xe3,0x42,0xd0,0xd2,0xe9,0x36,0x46,0xae,0xf7,0x64,
0xae,0x45,0x36,0x9c,0xac,0x57,0x7d,0xdc,0xd2,0x00,0xdf,0xe1,0xeb,0x60,0xf8,0x24,0xd6,0x97,0xdd,0xb8,
0x6d,0xf8,0xed,0x37,0x25,0x83,0x2a,0xb2,0x9e,0xcd,0x71,0x07,0x19,0x13,0x3d,0x35,0xde,0xa1,0x5b,0x20,
0xdf,0x81,0x24,0xdd,0x3d,0x08,0x83,0x2b,0xac,0xa5,0xf8,0xce,0x82,0x8e,0x41,0xcc,0x38,0xd0,0xdc,0x89,
0xc4,0x61,0x21,0x2e,0x12,0x25,0x14,0x91,0x73,0x25,0x5b,0x67,0xac,0x8c,0xe6,0x00,0xb4,0x56,0x4b,0x8e,
0x0f,0xed,0x26,0xdb,0x1d,0x29,0x07,0x34,0x13,0x6a,0x4f,0xaa,0xfb,0x42,0xe7,0x12,0x36,0x55,0x14,0x99,
0x4e,0xd6,0x34,0x72,0x73,0xac,0x87,0xfc,0x6f,0x18,0x9f,0x62,0x92,0x07,0xaa,0xeb,0x5a,0x10,0x38,0xb1,
0x77,0x51,0x08,0x37,0x4f,0x2d,0x27,0xdc,0xa1,0x4d,0x06,0x32,0xe3,0xdb,0x74,0xe4,0xe6,0x2c,0x9c,0x69,
0xe4,0x32,0x01,0x7c,0x65,0xa3,0x71,0xfb,0xb7,0x72,0x0a,0xc2,0xed,0xe4,0x2f,0xd1,0x32,0x94,0x64,0x15,
0x05,0x0e,0x09,0xec,0xd0,0x55,0x27,0x8c,0xf4,0x8e,0x88,0x68,0xb6,0xd5,0x06,0xe7,0x0e,0x8d,0x82,0x73,
0xe5,0x3f,0x19,0xc5,0xa5,0xd1,0x20,0xf8,0xf9,0x33,0x80,0x08,0x3a,0xdb,0xa3,0xb2,0xba,0xa6,0xfa,0x34,
0xb2,0x56,0x49,0x51,0x00,0xc3,0xeb,0x84,0x3e,0x92,0x42,0xd2,0x5f,0xf2,0xb8,0x9d,0x9f,0xba,0x1e,0x73,
0x50,0x09,0xa7,0xfa,0x72,0x36,0xe0,0x16,0x7a,0x81,0xfa,0x84,0xc5,0x56,0x60,0x16,0x42,0x69,0xe1,0x4a,
0xb6,0xf0,0x38,0x70,0x7c,0x84,0x37,0x8b,0xee,0xe7,0x8a,0xe2,0x38,0xf9,0x23,0xc9,0x3d,0xe1,0xee,0xab,
0x6e,0xcf,0x22,0xd0,0x69,0xa7,0x57,0xab,0x47,0x0e,0x0f,0x9b,0x43,0xca,0x52,0x50,0x44,0x99,0x30,0x24,
0xac,0x34,0x62,0x85,0xf2,0x9a,0xce,0xf4,0x9f,0x8b,0x6e,0xba,0x81,0xb0,0x67,0x81,0x25,0xe3,0xd8,0x61,
0xe3,0x1f,0x15,0xbe,0x72,0x7e,0x1f,0x7a,0x1f,0x5a,0x80,0xcf,0x6c,0xd9,0x0e,0x40,0xaa,0x38,0x0f,0xa7,
0x2c,0xba,0x35,0x54,0xd6,0x9c,0xe4,0x20,0xe5,0xb9,0x27,0x17,0x45,0x54,0xd6,0xca,0x02,0xc2,0x27,0x1d,
0x2c,0x73,0xab,0x3e,0xb7,0xa6,0x6d,0xd7,0x61,0x72,0x62,0x5a,0x48,0x8a,0x55,0x0c,0x17,0xe3,0x52,0x17,
0x55,0xbd,0x4e,0xcf,0x9c,0x03,0x32,0x33,0xa8,0x27,0x24,0x56,0x3b,0x09,0x51,0x6c,0xff,0x5f,0x8f,0x48,
0x00,0x71,0x96,0x4b,0xe1,0x78,0xbe,0x4f,0x31,0xc3,0xf6,0x4e,0x4d,0x42,0x91,0x1f,0xef,0xd5,0x02,0xea,
0x4e,0xb6,0x5f,0x31,0x25,0xdf,0x33,0x89,0x65,0x7b,0xdf,0x6e,0x63,0xa1,0x3f,0xe1,0x99,0x99,0x81,0x9f,
0xfd,0xd0,0x42,0xc2,0x86,0xa7,0x16,0x73,0xbc,0xe1,0xb1,0x45,0x32,0x3f,0xde,0xb3,0x99,0x8f,0xb2,0xfc,
0x12,0xc3,0xf9,0x5e,0x45,0xf4,0xed,0x7d,0x6a,0x09,0x89,0x1f,0xef,0x11,0xa6,0x9d,0x92,0x9f,0xe5,0x53,
0x44,0xc8,0xf7,0x2a,0xe1,0xd8,0xde,0xaf,0x71,0x24,0xf3,0x27,0x78,0x16,0x64,0xce,0x85,0x62,0x78,0x83,
0x57,0xc1,0x5b,0xe7,0xc2,0x71,0x90,0x3b,0x17,0x66,0xef,0x30,0xb6,0xd8,0x31,0x44,0x4e,0xa8,0xf4,0x6a,
0x12,0x5a,0xb9,0xf8,0xaf,0xdb,0x39,0xac,0x63,0xd9,0xb0,0x83,0x90,0x7b,0x69,0xb6,0x98,0x46,0xca,0x1d,
0x97,0x1d,0xb7,0x65,0x07,0xb0,0xef,0x36,0x28,0x2d,0xe7,0x24,0x4f,0x1c,0x2f,0xe4,0x9d,0x56,0xed,0x7a,
0x3e,0xb2,0x81,0xbf,0x54,0x56,0x8f,0x3a,0xd8,0xe9,0x5e,0x78,0x40,0x48,0xfd,0x02,0x73,0xbe,0x9b,0x48,
0x37,0x97,0x40,0xe7,0x5d,0x47,0xd8,0x59,0x66,0x43,0xab,0xea,0x7a,0xfa,0xd4,0x45,0x84,0x34,0x13,0x45,
0x21,0x8c,0xb4,0xd8,0x1c,0x65,0x82,0x88,0xba,0x06,0x71,0x1f,0x1e,0x00,0xf3,0xcd,0x53,0x8d,0xab,0x1a,
0xf3,0x71,0x6a,0xf3,0x24,0x4d,0x29,0xbe,0x4f,0xc2,0x9e,0xec,0xae,0x36,0xee,0xb3,0x6c,0x97,0xb5,0x1c,
0xe9,0x9d,0x96,0x24,0xbd,0xc7,0x36,0x73,0xaf,0x6d,0xfe,0x56,0x4e,0xa7,0x36,0x6d,0xff,0xea,0xf2,0xa1,
0x6b,0x16,0x30,0xf9,0x4c,0x2b,0x05,0x2a,0xbb,0xb8,0xf9,0x41,0x48,0x72,0xea,0x2b,0x1d,0x96,0x48,0xaa,
0x64,0x86,0x2d,0xce,0x49,0x64,0xee,0x75,0x5c,0x12,0x39,0x7f,0xf7,0x62,0xbe,0x2e,0xdc,0x4e,0x14,0xf0,
0x32,0x55,0x36,0x78,0x18,0x6e,0x5b,0xb3,0xbd,0x8b,0x88,0xaf,0x7b,0x16,0x73,0xae,0x03,0x93,0x4e,0xab,
0xdf,0xee,0x95,0x24,0x9c,0xf6,0x2a,0xc4,0x24,0xcc,0x63,0xa4,0x67,0x8a,0xd3,0xf1,0x55,0xa3,0x72,0x24,
0x08,0x7c,0x21,0x61,0x14,0x98,0x7c,0x76,0x08,0x38,0x45,0x2a,0xa6,0x77,0x1b,0xe2,0xc3,0xb1,0x78,0xd4,
0xa1,0x85,0xeb,0x67,0xe2,0x89,0x68,0xf9,0x98,0x62,0x69,0x8e,0x2b,0xb9,0xcb,0xc2,0x96,0x50,0x5f,0xc3,
0xb7,0x29,0x03,0x74,0x53,0xf3,0xb2,0xf5,0x0b,0xca,0x96,0xbe,0xe7,0xe7,0x06,0x57,0x93,0x11,0x0c,0x36,
0xfe,0xf6,0x8c,0x60,0x52,0x6b,0xa9,0x20,0xaf,0x43,0x81,0x2a,0x76,0x3b,0x78,0xf5,0xb1,0xa0,0x4c,0x0c,
0xc8,0xa3,0x33,0xb1,0x4f,0x0b,0x67,0x9b,0x2c,0x41,0x39,0x71,0x42,0xaf,0x46,0x89,0x9d,0x15,0xa5,0x03,
0xbb,0x9a,0xc0,0x81,0xea,0x40,0x62,0x03,0xfc,0x94,0x99,0xc6,0x31,0x75,0xab,0x64,0x4e,0x74,0x65,0xa7,
0xb4,0x44,0xff,0x83,0xb0,0x0d,0x40,0xe0,0x82,0x35,0x48,0xeb,0x98,0x43,0xd2,0x36,0x80,0x23,0x2d,0x99,
0x68,0x63,0xe2,0xf7,0x40,0x15,0x8b,0x8b,0x04,0xd8,0x74,0x31,0x61,0x67,0xe2,0x59,0x88,0x23,0xda,0x6b,
0x90,0x4f,0xe8,0x36,0x5b,0x83,0xa6,0x6b,0xe9,0xac,0x43,0xc9,0x51,0x32,0x48,0x78,0xe8,0xe2,0xc9,0xdd,
0x8c,0x6d,0x67,0xfa,0x99,0x50,0x5f,0x2d,0xb8,0xcc,0x0e,0xe5,0xe7,0x6a,0x0d,0xb6,0x5a,0xdc,0xe3,0x77,
0x3c,0x39,0x0b,0x7b,0xe0,0xb1,0x17,0x88,0x2d,0xe4,0xdb,0x0b,0xe0,0xc3,0x30,0xb9,0xb9,0x4c,0xce,0x1a,
0x1f,0xbe,0x24,0x9a,0x85,0x12,0xe9,0xe6,0x43,0x7e,0x94,0x33,0x64,0x85,0x1a,0x23,0xee,0x16,0x1b,0xf9,
0x79,0x83,0x9b,0x04,0x51,0x84,0x65,0xe0,0xbb,0x06,0x9b,0xb8,0xf8,0x0b,0xfd,0x59,0xfc,0xe2,0x25,0x45,
0xe4,0xbd,0x7a,0xce,0xc3,0xd9,0xd0,0x4d,0x8d,0x45,0x94,0xb7,0x8e,0xb8,0x43,0xbc,0x9f,0xee,0x4c,0x5d,
0xaa,0x7a,0x0b,0x24,0x4b,0x49,0x82,0xb8,0x0b,0xc8,0x36,0xb3,0x13,0x13,0x4e,0x2a,0x36,0x14,0xe7,0x1a,
0x57,0x4c,0x48,0xef,0xca,0x25,0x13,0xe1,0x1b,0xf3,0xd7,0x4c,0x88,0xe0,0xa4,0x4c,0xa4,0x5f,0x9c,0xe7,
0xad,0x6c,0x96,0xab,0x85,0x3d,0xdc,0xa6,0x6d,0xa3,0x04,0x2a,0xe4,0xdf,0x0a,0x59,0xac,0x3b,0x86,0x17,
0x0f,0xe5,0xbc,0x05,0x5e,0xdb,0x0e,0xa5,0xf7,0x3e,0x18,0x02,0x5f,0x33,0xbb,0xb1,0x66,0xb9,0x62,0x38,
0x89,0xe6,0x4a,0x4c,0xcd,0x87,0x3f,0xe6,0xbc,0x99,0x2f,0x82,0xd7,0xf2,0xd3,0x43,0x0e,0x4e,0x27,0xa8,
0xdc,0xb2,0x21,0xa7,0xdb,0x6c,0x54,0x07,0x69,0x6b,0xd1,0x78,0x7e,0xa4,0xc4,0x3e,0x35,0x6c,0xd6,0x22,
0x2d,0xeb,0xef,0xbf,0x12,0x14,0x25,0xea,0x27,0x33,0xb4,0x6e,0x7e,0x3c,0xa9,0x66,0xdb,0xa7,0x84,0xb7,
0x00,0x60,0x7a,0x5e,0x43,0xc0,0x6d,0xa5,0x20,0x54,0x07,0x62,0xce,0xc9,0x00,0x11,0x91,0xb6,0x86,0x11,
0xeb,0xda,0x08,0x04,0x78,0x91,0xc5,0x14,0x94,0xc1,0x6d,0xaf,0xe1,0xd3,0x85,0xc2,0x1f,0x37,0xb2,0x62,
0x22,0x93,0xb7,0x86,0xb4,0xa2,0x73,0x23,0x2c,0x6f,0x61,0x73,0xbb,0xb9,0xa0,0xea,0xdd,0x8d,0xa0,0xea,
0xdd,0xef,0x00,0x45,0x75,0xbe,0x0a,0x8a,0xd9,0x5d,0x01,0xb5,0xb0,0xab,0xa2,0x7b,0x5d,0xc3,0x13,0x53,
0xb6,0x84,0x92,0x68,0xca,0x45,0x21,0x19,0x4b,0x81,0x68,0xf9,0xf0,0x39,0x80,0x8e,0xb6,0xcc,0x80,0x11,
0xd3,0xb6,0x06,0x92,0x68,0xdb,0x00,0x45,0x32,0xb9,0x5e,0xed,0x36,0xf0,0x36,0x55,0x3b,0x23,0x57,0x07,
0x9d,0x2b,0xb8,0x86,0x37,0xa1,0x6c,0x87,0x56,0xd2,0x94,0x87,0x55,0x36,0xa6,0xe4,0x6f,0x70,0xd6,0xb8,
0xcd,0x0d,0x5b,0x9c,0x9f,0xaa,0x2f,0xc9,0x6b,0xfa,0xd6,0x3f,0x8b,0x63,0x6f,0x3f,0x67,0xe8,0x25,0xff,
0x05,0x68,0xf8,0xdd,0xa1,0xd4,0x9b,0x7b,0x4b,0x7e,0xee,0x27,0x02,0xa1,0xfa,0xf2,0x07,0x8d,0xe1,0x35,
0xfd,0x3d,0x63,0xd4,0xcd,0x4d,0x05,0x99,0x7f,0xd6,0x98,0x16,0x89,0x3f,0x67,0x5c,0x3b,0x3b,0x0c,0x3f,
0x24,0xb6,0x80,0x63,0x04,0xc0,0xa0,0xa1,0x79,0x04,0x73,0x20,0x06,0x0b,0xe7,0xb4,0x17,0xc7,0xae,0x05,
0x4b,0x96,0x6b,0xec,0x14,0x3a,0xe2,0x6b,0x65,0xf4,0x95,0x46,0xa8,0x54,0x2a,0x15,0xde,0x7f,0xa4,0x4d,
0x8a,0x4f,0xaa,0x9e,0xb7,0xf3,0x5e,0xfa,0xee,0x58,0x7c,0x71,0xbc,0xc7,0x3f,0xb4,0xfe,0x1f,0x4c,0xd5,
0xbd,0xf4,0x7e,0x2d,0x00,0x00};
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xed,0x5b,0x79,0x77,0xdb,0x36,0x12,0xff,0x2a,0x0c,
0xbb,0x5b,0x39,0x9b,0x58,0x96,0x8f,0xb8,0xb1,0xd7,0xf6,0x56,0xa7,0x2d,0x5b,0x92,0x75,0xf9,0xdc,0xb7,
0x6f,0x1f,0x44,0x42,0x24,0x6c,0x5e,0xe6,0x21,0x59,0x69,0xfb,0xdd,0x17,0x07,0x0f,0x90,0x04,0x25,0x3a,
0x6d,0xda,0xbe,0xbe,0xcd,0x1f,0x91,0x81,0x19,0xcc,0xfc,0x66,0x80,0x01,0x66,0x40,0xf2,0xe4,0x5d,0xeb,
0xba,0x39,0x7d,0x18,0xb6,0x25,0xdd,0x37,0x8d,0xb3,0x93,0xf0,0x7f,0x08,0xd4,0xb3,0x13,0x13,0xfa,0x40,
0x52,0x74,0xe0,0x7a,0xd0,0x3f,0x95,0x6f,0xa6,0x9d,0xed,0xcf,0xf2,0xd9,0x89,0x8f,0x7c,0x03,0x9e,0x9d,
0xec,0x84,0xbf,0x94,0xc9,0x02,0x26,0x3c,0x95,0x7d,0x1d,0x9a,0x70,0x5b,0xb1,0x0d,0xdb,0x95,0x25,0xc5,
0xb6,0x7c,0x68,0xe1,0x71,0xdf,0xd5,0xe8,0x3f,0x39,0xc5,0xba,0x40,0x70,0xe9,0xd8,0xae,0xcf,0xf1,0x2d,
0x91,0xea,0xeb,0xa7,0x2a,0x5c,0x20,0x05,0x6e,0xd3,0xc6,0x47,0x64,0x21,0x1f,0x01,0x63,0xdb,0x53,0x80,
0x01,0x4f,0x77,0xb1,0x08,0x03,0x59,0xcf,0x92,0x0b,0x8d,0x53,0xd9,0xf3,0x57,0x06,0xf4,0x74,0x08,0xb1,
0x0c,0xdd,0x85,0xf3,0x53,0x79,0x16,0x58,0xaa,0x01,0xab,0x8a,0xe7,0x61,0x46,0x4f,0x71,0x91,0xe3,0x4b,
0x9e,0xab,0xc4,0x84,0x27,0xd2,0xbf,0xc3,0x08,0xf8,0x0f,0x66,0xe3,0xcc,0x56,0x57,0x67,0x27,0x2a,0x5a,
0x48,0x48,0x3d,0x95,0x81,0xe3,0xc8,0xac,0xb5,0xd8,0x56,0x0c,0x1b,0x3c,0xb3,0x86,0x62,0x00,0xcf,0x3b,
0x95,0x2d,0xdb,0x47,0x73,0xa4,0x00,0x1f,0xd9,0x56,0x13,0xc3,0x06,0xc8,0x82,0xae,0x5c,0xc8,0x22,0x4b,
0xc7,0x61,0xef,0x4f,0x12,0x74,0x5d,0xdb,0x3d,0x96,0x78,0xb2,0xf4,0xee,0x54,0xb2,0x02,0xc3,0x90,0xbe,
0xff,0x3e,0xd5,0x5f,0xa5,0xbc,0xd2,0x2f,0x32,0xc6,0x80,0xe6,0x69,0x91,0xd1,0x18,0x59,0xfa,0x51,0x31,
0x90,0xf2,0x5c,0x75,0x5c,0xb8,0xa0,0xde,0xd3,0x91,0x0a,0x07,0xbc,0x72,0xec,0x02,0x07,0x58,0x11,0x2e,
0x13,0x7a,0x1e,0xd0,0xa0,0x7c,0xf6,0xd3,0x4f,0x69,0x65,0x21,0x41,0xfa,0xe5,0x17,0xec,0x1a,0x3c,0x00,
0x3b,0x06,0x9b,0x13,0xfd,0x1f,0xf9,0x45,0x11,0x5b,0x4b,0x5c,0x48,0xfb,0x90,0xa9,0x31,0x57,0xab,0xc0,
0x07,0xc7,0xc8,0xc4,0x12,0x77,0x1c,0x4b,0xfb,0xe7,0x0c,0x78,0xf0,0xf0,0xe0,0x23,0xba,0x6d,0x5c,0x8f,
0x97,0xb5,0xab,0x73,0xcd,0xae,0xe3,0x7f,0x83,0xc9,0x8d,0xde,0xbe,0xd1,0xf0,0x5f,0x2d,0xd2,0xac,0x2f,
0x9b,0xf5,0x07,0xfc,0xd3,0xb8,0xaf,0x2f,0xcc,0x0b,0xd2,0x71,0x7e,0x3f,0xee,0xdc,0x5d,0x8c,0xa7,0xb3,
0xbd,0xc7,0x9a,0xba,0xd7,0x59,0x3d,0x8e,0x1a,0x8d,0xc7,0xf3,0x23,0xf4,0x38,0x69,0x5c,0xce,0xee,0x3a,
0xd6,0xe3,0xed,0xa5,0xf1,0x70,0x37,0xfe,0xa4,0x28,0x86,0x31,0x24,0x03,0xee,0x1b,0x97,0xe3,0x76,0xe7,
0x06,0x0e,0x5c,0xef,0x4e,0x6d,0x0f,0xb4,0xa7,0xfa,0xa8,0xa7,0x3c,0x34,0x94,0xfa,0x50,0xa9,0x37,0xd5,
0xd1,0xe0,0xa0,0x3e,0xd8,0xeb,0x37,0x0f,0xb4,0xb1,0xf7,0x70,0x79,0xd4,0x1e,0xa8,0xf5,0xe1,0x43,0xbd,
0x05,0xea,0x2d,0xe8,0xa8,0x37,0x7a,0x7f,0xf7,0xa5,0xf3,0x14,0xb8,0x9a,0x73,0x34,0x51,0xfa,0x17,0x9a,
0xfa,0xc3,0xee,0xfe,0xed,0xfe,0xdc,0xbf,0x71,0x3e,0xc1,0x0b,0xad,0xdf,0xd9,0x75,0xdd,0xf3,0x36,0x08,
0x0e,0x6f,0x2f,0x5a,0x7b,0x17,0xfd,0xd9,0xc5,0xa7,0x97,0xcb,0xeb,0xde,0x85,0x0b,0x3e,0xcc,0x9f,0xbf,
0xcc,0xbc,0x87,0xb1,0xa7,0xf7,0x3f,0x3b,0xbd,0xa9,0x76,0xd3,0xd5,0x26,0xda,0x22,0xe8,0xf7,0xed,0x87,
0xe5,0x07,0xd4,0x7f,0x98,0xba,0x87,0x23,0x7d,0xf0,0xd0,0x77,0x07,0x68,0xb0,0x5a,0x76,0x7b,0xc6,0xea,
0xf6,0x4a,0x55,0x56,0xab,0xa1,0x67,0x2a,0x63,0x6f,0x75,0xf3,0xa9,0xf6,0xac,0x5d,0xf8,0xa3,0x51,0xb0,
0x57,0x57,0x07,0x97,0x1d,0xa7,0xf5,0x5c,0xbf,0x3a,0xe8,0xee,0xf4,0xba,0x77,0xfd,0xd9,0x5e,0xdd,0xeb,
0x36,0x94,0x97,0x1a,0x1a,0x9f,0xc3,0xd1,0xf9,0x70,0xfa,0x38,0xbf,0x3d,0x1c,0xb5,0x6b,0x1f,0xb4,0xd6,
0x79,0x67,0xcf,0xb5,0xbd,0xf3,0xb6,0xd6,0x1f,0xbd,0x76,0xeb,0xba,0xf5,0x58,0x47,0xc3,0xc1,0xe7,0x83,
0xc0,0x19,0xcf,0x6b,0x3b,0xd7,0x86,0xe3,0xf5,0x9a,0x0d,0x67,0x7f,0xf5,0x52,0x53,0x74,0xcd,0x6f,0xde,
0xdc,0x3c,0xba,0xe3,0xe5,0xe1,0xa8,0x75,0xbd,0xdf,0xbe,0xbb,0x98,0xbc,0x74,0x8e,0x7c,0xe0,0x3e,0x82,
0xc9,0xd5,0xe5,0x3d,0xbc,0x6c,0xa9,0xb3,0x91,0xe1,0xb5,0x6b,0x57,0xad,0xc3,0xcb,0xc1,0xce,0x95,0x3d,
0xf6,0xce,0xf5,0xd7,0xfb,0xab,0xa6,0xd1,0xbc,0xba,0xb8,0xec,0xce,0x9f,0xa7,0xfa,0xb2,0x7f,0xa7,0xd7,
0x0f,0xd5,0xc6,0xc4,0x36,0xc6,0xe8,0xe9,0xf9,0xf2,0x5a,0xdd,0x7d,0xbc,0x59,0x1c,0xad,0x46,0x47,0xd7,
0xce,0xcb,0xec,0xc2,0x41,0xe0,0xe6,0x16,0xb4,0x67,0x8f,0xed,0x1f,0xfc,0x6e,0xf7,0xc9,0x6e,0x5c,0xdd,
0xaf,0x3c,0xdb,0xdb,0x55,0x0e,0x6e,0x3f,0xc3,0x59,0xaf,0xad,0xce,0x16,0x7b,0x33,0xa5,0xef,0xb5,0x7f,
0xd0,0x9e,0x82,0x86,0xba,0xb8,0x1f,0x4f,0x2e,0x0f,0x3a,0x1f,0x76,0x96,0x2f,0xdd,0xfb,0x7b,0xb7,0x7b,
0xbe,0x34,0xef,0xf7,0xbf,0x2c,0x81,0xd2,0x6b,0xe9,0x70,0x70,0x7d,0xb4,0x7b,0xfd,0xd4,0x1b,0x5d,0xa9,
0xbb,0x07,0xb7,0xfd,0x56,0xd3,0x7a,0xd0,0x9a,0xaf,0xb7,0x4f,0xdd,0xfd,0xc1,0x14,0xee,0x9a,0x13,0x7b,
0xd8,0x3a,0x38,0x7a,0x3d,0x98,0xb8,0x78,0x71,0x1c,0xbd,0x0c,0xad,0x03,0x68,0x2f,0x9a,0x7d,0xba,0x7a,
0xda,0x46,0x67,0xfa,0x3c,0x09,0x46,0x66,0xb3,0x89,0x57,0xa2,0xbe,0x4b,0x96,0xf8,0xdf,0xfc,0xad,0x0a,
0xdd,0x9f,0x2a,0xef,0xe9,0xca,0xc6,0xbd,0x27,0xfa,0x1e,0xa1,0x2c,0xa0,0xeb,0x91,0x75,0xef,0xad,0x3c,
0x1f,0x9a,0xdd,0x16,0x8e,0xa8,0x30,0x0c,0xff,0x45,0x47,0x45,0xfd,0x78,0xe0,0x07,0xa9,0x72,0x2c,0x55,
0xf0,0x4f,0x6e,0x0c,0xee,0xae,0x30,0xb9,0x7b,0xa9,0x78,0x58,0xe2,0xb8,0xf2,0x7c,0xe0,0x07,0x5e,0x3a,
0x4e,0x70,0xf8,0x58,0x50,0x09,0xc3,0x92,0xeb,0x47,0x96,0x4a,0xe2,0x90,0x6c,0x97,0xc7,0x24,0x72,0xb6,
0xd9,0x60,0x26,0x68,0x42,0xff,0xae,0x02,0xa7,0x0a,0x2d,0x30,0x33,0xa0,0x8a,0x11,0x56,0x42,0x49,0x50,
0xad,0x10,0x10,0x2a,0xf2,0x92,0x0e,0x39,0x0c,0xda,0xd0,0x7c,0x5e,0x84,0xa2,0xe0,0x28,0x77,0x6c,0x64,
0xf9,0xd5,0xc4,0x2b,0x12,0x66,0x2c,0xd2,0x93,0xee,0x47,0x0e,0x56,0xb6,0x46,0x26,0x86,0x41,0x07,0x86,
0xce,0x8e,0x77,0x8e,0xaf,0xb5,0x5e,0x83,0xfe,0x1d,0xea,0x50,0x4d,0x78,0x10,0x53,0xb8,0xf5,0xbe,0xd8,
0x3e,0x8f,0x31,0x9a,0xb6,0x0a,0x33,0xf6,0x89,0x24,0x4d,0xe1,0xab,0xbf,0xc5,0x21,0xcd,0xee,0x77,0x6c,
0xd7,0xc5,0x9b,0xbf,0x8a,0x2c,0x4d,0x8e,0xc0,0x46,0xed,0x48,0x7d,0xd8,0x8e,0x35,0x85,0xed,0x6e,0x64,
0x53,0xda,0x13,0x4c,0xe6,0xbb,0x58,0x08,0xef,0x06,0x1f,0xcc,0xc8,0x72,0x99,0x05,0xbe,0x6f,0xc7,0xfb,
0x35,0x6b,0xf1,0x27,0x48,0x85,0x75,0x6d,0xdb,0x81,0x8f,0x0f,0x41,0x88,0x97,0x26,0xc0,0x3e,0x5d,0xc0,
0x29,0x98,0x91,0x53,0xa1,0xc2,0x9c,0x57,0x21,0xe7,0x06,0x3b,0x1b,0xf0,0x69,0x16,0x33,0x24,0xf4,0xd8,
0x00,0xd6,0xae,0x62,0xed,0x53,0x2e,0x50,0x98,0x92,0x33,0xe9,0x57,0xc3,0xf1,0x5d,0xa4,0x69,0x38,0x6e,
0x8a,0x01,0xc5,0x1c,0x31,0xa4,0xa8,0xe7,0x9b,0x81,0x4a,0x56,0x62,0x31,0x2c,0x8e,0x27,0x06,0x96,0xf4,
0x7d,0x33,0x68,0x6c,0x6f,0x59,0x33,0x7d,0x8c,0x9e,0x4c,0x1f,0x6d,0x17,0xc0,0xc9,0xad,0x3c,0x4e,0x14,
0xbf,0x14,0x4e,0xf4,0xfd,0xec,0x72,0xe0,0x37,0xcd,0x7d,0x2a,0x02,0x9f,0xee,0x96,0x13,0xf8,0x92,0xbf,
0x72,0x70,0xe2,0xe6,0xe2,0x15,0x6c,0xcb,0x61,0x16,0x07,0x0c,0x63,0xe2,0x43,0xc7,0xc3,0x86,0x2e,0x80,
0x11,0x90,0x14,0xd0,0x0d,0x20,0x49,0x5c,0x48,0x2c,0x1a,0x3c,0x03,0xcd,0xae,0xc2,0xd6,0x94,0x30,0xe1,
0x5c,0x0e,0xcc,0xa0,0x11,0xc7,0x17,0x69,0x6c,0x23,0x8b,0x38,0x47,0x96,0xe6,0xb6,0x9b,0x65,0x4f,0xe3,
0xe4,0x69,0x21,0x5c,0x2a,0x81,0x33,0xfd,0x4d,0xb8,0xe7,0xc0,0xf0,0x36,0x03,0xef,0x50,0xae,0xf2,0xc8,
0x43,0x7e,0x31,0x74,0x4a,0x2c,0xc0,0x1e,0xc9,0xf6,0x0c,0x9c,0xd6,0xb9,0x99,0xd3,0x04,0x4f,0xbc,0x13,
0x25,0x87,0x31,0xce,0x74,0xba,0x47,0xad,0xa2,0x8a,0xfb,0xc0,0xd7,0xab,0x73,0xc3,0xb6,0xdd,0xad,0x88,
0xf7,0x96,0x10,0xa5,0x1d,0x69,0xef,0xd3,0x27,0xe9,0x1f,0xd2,0x6e,0xad,0x46,0x30,0xfc,0x3d,0x4a,0xff,
0x72,0xda,0xf9,0xdc,0x2f,0xed,0x51,0x0b,0x27,0x94,0x92,0x89,0xac,0x53,0xb9,0x86,0x7f,0xc1,0xeb,0xa9,
0x8c,0x45,0xca,0xe9,0xd1,0xb1,0x4f,0xab,0x56,0x60,0xce,0x20,0xe7,0x9c,0x5b,0x86,0x31,0xb7,0xff,0x0a,
0xac,0x7c,0x97,0x4c,0xc7,0x62,0x9b,0x7a,0x78,0x8b,0x90,0x3f,0x4a,0xf8,0x08,0x81,0xaf,0xef,0xf1,0x8f,
0xe4,0x95,0xf5,0x02,0x61,0xac,0x2e,0xfe,0x58,0x17,0x24,0x18,0x32,0xf6,0x8b,0xcf,0xa2,0x74,0xf4,0x72,
0xfb,0xe6,0x09,0xf6,0x85,0x29,0xfd,0xe8,0x05,0x33,0x13,0xf9,0x49,0x2d,0x80,0xab,0x18,0x63,0x35,0x45,
0x26,0x9c,0x86,0xac,0x84,0x13,0x41,0x43,0xc5,0x75,0x1c,0x1f,0xf3,0xc9,0x7e,0x4b,0x78,0x33,0x91,0xcf,
0xdb,0xa9,0xe8,0x50,0x79,0x9e,0xd9,0xaf,0x2c,0x1a,0x08,0x77,0x9b,0xa5,0x0a,0x89,0x69,0x33,0xdb,0x36,
0x20,0xb0,0xc8,0x0e,0xc0,0x09,0x8d,0x52,0x8a,0x38,0x66,0xe8,0xe4,0xa5,0x04,0x88,0xa2,0x48,0x08,0x30,
0x1c,0x91,0x8e,0x98,0xc4,0x49,0x45,0x7a,0xf9,0xf4,0x0c,0xb8,0x16,0x3d,0xd3,0xc3,0x55,0x95,0x4f,0x21,
0xe2,0x14,0xe8,0xe7,0x9f,0x25,0x01,0x95,0x45,0x30,0xd9,0xaf,0xf7,0xc5,0x18,0xbb,0xb8,0x96,0x75,0x2d,
0xe8,0xf3,0x99,0x50,0xc6,0xf0,0x29,0x5e,0x34,0x1e,0x22,0xe2,0xc8,0x0c,0x89,0xc5,0xa4,0x79,0xd2,0x16,
0xf3,0xf3,0xc2,0xd6,0x53,0x32,0x2b,0x19,0xd9,0xb9,0x75,0x97,0xf6,0x91,0x9f,0x41,0xc2,0x90,0x9e,0x8d,
0xa1,0x06,0x0d,0x6f,0xa3,0x87,0xe3,0x96,0x01,0x2d,0xcd,0xd7,0xe3,0xb2,0x99,0x85,0x67,0x48,0xe5,0x23,
0x54,0x3c,0x3c,0x5e,0x00,0x38,0xf2,0xa0,0x91,0x9e,0x2f,0xda,0xb5,0x9d,0x14,0x99,0xc2,0x15,0x79,0x4c,
0x8c,0xaf,0x10,0x99,0x24,0x55,0xa7,0xea,0x48,0xe6,0xfe,0xdf,0x70,0x26,0x2b,0xc5,0x4b,0x34,0xb7,0x38,
0x85,0x1b,0xfa,0x31,0x35,0x68,0x9d,0x82,0x82,0x29,0xa4,0x0d,0xe1,0xa2,0xe5,0xf7,0x28,0x40,0xd3,0x0a,
0x1c,0xa1,0xff,0x96,0x4e,0x40,0x78,0x91,0xf1,0x5d,0xbe,0xbc,0xc7,0xf8,0xa1,0x0f,0xb9,0x98,0xde,0x62,
0x8e,0x15,0x2b,0x6f,0x51,0xee,0x50,0x29,0x38,0x93,0xfe,0x23,0xd8,0xd9,0x14,0xec,0x0b,0xb7,0x78,0xfb,
0x65,0xbe,0x27,0xb7,0x23,0x64,0x53,0xc5,0xf2,0x14,0xbf,0x68,0x39,0x45,0x73,0x39,0xc5,0x33,0x23,0x27,
0xc9,0x3d,0x8b,0xe4,0x13,0xdb,0xa1,0x17,0x17,0xe1,0x39,0x5b,0x13,0x03,0xee,0xa0,0x57,0xa8,0x72,0x6b,
0x9d,0x0d,0xca,0x0e,0xde,0x15,0x0f,0x9e,0x04,0x96,0x8b,0xbc,0xf5,0x43,0xf7,0x0a,0x87,0x7a,0x71,0xb4,
0x46,0x23,0x77,0x98,0xb9,0x1b,0xcd,0x9e,0x47,0xa0,0xb3,0x46,0xa7,0xe3,0x85,0x77,0x0f,0xd9,0xc0,0x6b,
0x9c,0x53,0xb6,0xe3,0x6d,0x81,0x44,0x48,0x2c,0x90,0x4f,0xa8,0xa2,0x4d,0x02,0x97,0x32,0x2d,0xe4,0x39,
0x06,0xa0,0x3b,0xfb,0x16,0xe9,0xff,0x28,0xd1,0xb4,0xe5,0xeb,0xd0,0xbb,0xd0,0x00,0xf4,0x58,0x11,0x1b,
0x80,0xb7,0x00,0x58,0x84,0x93,0x1f,0x5a,0x1a,0x2a,0xc9,0x0c,0x0b,0x90,0xd2,0xb5,0xc7,0x07,0x45,0x14,
0xdd,0xd2,0x12,0xc2,0x67,0x15,0xac,0x0a,0x83,0xbf,0x30,0xb4,0x4d,0xdb,0x22,0xe3,0xd8,0xee,0x90,0xc4,
0x2c,0xeb,0xae,0xc4,0x11,0xcf,0x82,0x3b,0x4f,0x2f,0x7f,0x2a,0xf5,0xd9,0x88,0x74,0x1a,0xc7,0x82,0xed,
0xb7,0xb5,0xc8,0x0f,0xa0,0x27,0x32,0x29,0xec,0x2f,0xb6,0x29,0x66,0x28,0x6f,0xd4,0x34,0x1c,0xf2,0xed,
0xad,0x5a,0x42,0xd5,0x12,0xdb,0x15,0x53,0x8a,0x2d,0xe3,0x58,0xca,0xdb,0x76,0x17,0x0f,0xfa,0x1d,0xe6,
0x4c,0x0f,0x5c,0xf1,0xa4,0x85,0x84,0x35,0xb3,0x16,0x73,0xbc,0x61,0xda,0xa2,0x31,0xdf,0xde,0xb2,0xb9,
0x8b,0x44,0x76,0xb1,0xee,0x62,0xab,0x22,0x7a,0x79,0x9b,0x3a,0x6c,0xc4,0xb7,0xb7,0xc8,0xc3,0xa9,0x9d,
0x2b,0xb2,0x29,0x22,0x14,0x5b,0x95,0x70,0x94,0xb7,0x6b,0x12,0x8d,0xf9,0x1d,0x2c,0x0b,0x84,0x7b,0x21,
0xeb,0x5e,0x63,0x55,0xf0,0xd6,0xbd,0x70,0x12,0x14,0xee,0x85,0xe2,0xf2,0xae,0x44,0xb9,0x16,0x19,0x31,
0xc3,0xbf,0xba,0x8f,0x23,0xd7,0xfb,0xe3,0xca,0xb6,0x3c,0x96,0x35,0xe5,0x1b,0x5f,0xc4,0x91,0xc3,0x34,
0x79,0x42,0x44,0xee,0x3a,0xc5,0x0e,0x1c,0xd8,0x2d,0x4c,0x2b,0xb8,0x46,0x65,0x77,0x3b,0x45,0x57,0x85,
0xdb,0x8e,0x8b,0x4c,0xe0,0xae,0xa4,0xf4,0x3d,0x13,0xb9,0x5a,0x0d,0x6f,0x67,0xb1,0x5d,0x60,0x41,0xcb,
0x9f,0x6c,0x72,0x09,0x54,0x95,0xcb,0x2c,0xc5,0xd0,0xea,0xaa,0x2a,0xbc,0x63,0x5a,0x03,0x93,0xb9,0x5c,
0x88,0x52,0x0e,0x67,0x82,0x55,0xae,0x42,0x90,0x51,0x56,0xc1,0xda,0xe1,0xed,0x3c,0xad,0x6c,0x1b,0x54,
0xd4,0x84,0xf6,0x63,0x4c,0xc7,0x59,0x4a,0xe5,0x7d,0x32,0x2d,0x49,0xd9,0xbb,0x43,0x6a,0xe5,0xb5,0x15,
0x73,0xdf,0xa6,0xb5,0x50,0xc9,0x9a,0xd9,0x64,0xdc,0xa5,0xab,0x66,0xc6,0x5f,0xa2,0x6e,0x66,0x8c,0xe2,
0xca,0x39,0x23,0xa4,0x54,0x64,0xa6,0xc6,0x6c,0xac,0x9e,0x73,0xda,0x4b,0x5a,0xd4,0x0a,0x5c,0x3c,0x1d,
0xfc,0x32,0x2a,0x6d,0x62,0x7e,0x68,0xb1,0xcd,0x02,0x35,0x6f,0x77,0x42,0x4e,0x48,0xda,0x2b,0x39,0xdd,
0x9b,0x4a,0x76,0x11,0x57,0xb9,0xa2,0x5d,0x28,0xbf,0xb8,0x6c,0x0f,0xfd,0xf6,0xd5,0x85,0x7b,0x3c,0xfe,
0x6b,0x4b,0xf7,0x8c,0x80,0xdf,0xa8,0x78,0x67,0x52,0xbf,0x69,0xf9,0xbe,0x56,0x45,0xe1,0x84,0x7e,0x83,
0x12,0x3e,0xb5,0xc9,0x14,0x16,0xf1,0x0c,0xc0,0x6f,0x5d,0xc6,0xf3,0xe7,0xbc,0xd0,0x23,0x0e,0xb2,0x0a,
0xbd,0x31,0xc4,0xb4,0x8d,0x6b,0xba,0x78,0x3e,0xa9,0xe8,0xc2,0x13,0x15,0x53,0xcb,0xe0,0x53,0x91,0x9b,
0x7d,0x34,0x93,0x75,0x59,0xcc,0x91,0x9e,0x2e,0x56,0x0b,0x17,0xc3,0xe3,0x24,0x17,0x82,0x8c,0x79,0x72,
0xb7,0x1a,0x82,0x8b,0x89,0x0c,0x9c,0x01,0xf7,0x37,0x30,0xde,0x7a,0x55,0x91,0x11,0x36,0xb5,0x9d,0x96,
0xbd,0xb4,0xd6,0x4a,0x11,0x5c,0x50,0x66,0xa4,0x34,0x6c,0x7c,0x58,0x9a,0x37,0x4e,0xd1,0xed,0xc7,0xff,
0x93,0xb5,0xe2,0x64,0x8d,0xb9,0xf2,0x8f,0x4b,0xd7,0x52,0xbb,0x48,0x11,0xbc,0xbf,0x4a,0xca,0xb6,0xfe,
0x71,0x48,0xea,0x79,0xed,0xba,0xf4,0xae,0xc9,0xbf,0x86,0x20,0x4a,0xed,0xf8,0xa7,0xbc,0xa5,0xd3,0x3a,
0xee,0x3d,0x08,0xee,0xf1,0x21,0x27,0x8a,0x67,0x28,0xf1,0xe4,0x90,0xe7,0xce,0xe3,0xe2,0xc8,0xc5,0xe7,
0x91,0xbe,0x79,0xf0,0x45,0x22,0x80,0x86,0xa3,0xb4,0xc6,0xc2,0xf0,0xe1,0x87,0xd8,0xba,0x88,0xb8,0xd9,
0xb2,0x98,0x33,0x0f,0x8c,0x7b,0x7f,0xe3,0xed,0x56,0x71,0x83,0xb3,0x56,0xf1,0x99,0x9c,0xe7,0x21,0x55,
0x38,0x1c,0xf7,0x17,0x9f,0x6b,0x3e,0x7c,0xf5,0x43,0x2f,0x90,0xf1,0x62,0x17,0x50,0x0a,0x17,0x0e,0xef,
0xd6,0xf8,0x87,0x62,0x71,0xb0,0x41,0x4b,0xdb,0x15,0xe2,0x89,0x68,0xc5,0x98,0xe2,0xd1,0x14,0x57,0xd2,
0x12,0x61,0x4b,0xa8,0x9b,0xf0,0xad,0x5b,0x01,0xaa,0xae,0x38,0x62,0xf9,0x8c,0x52,0xd2,0xf6,0xe2,0xb5,
0x41,0xc5,0x08,0x9c,0x41,0xfa,0xdf,0xbe,0x22,0xc8,0xa8,0xdc,0x52,0xe0,0xcf,0x9b,0x60,0xc6,0x0e,0x3b,
0x2f,0x3d,0x2d,0x48,0x88,0x01,0x39,0x78,0xbf,0x75,0x71,0xe0,0x94,0x59,0x25,0xa8,0xc0,0x4f,0x68,0xa3,
0x97,0xc8,0x13,0xc7,0xac,0x63,0xd3,0x0b,0x38,0x98,0x59,0xd0,0x37,0x81,0xf7,0x2c,0x5c,0xc6,0x31,0xb5,
0xd4,0x62,0x4e,0x64,0x89,0x97,0x34,0x47,0xff,0x95,0xb0,0x35,0xe0,0xc3,0x25,0xb9,0xb5,0xca,0x63,0x0e,
0x49,0x65,0x00,0x47,0x52,0x84,0x68,0x63,0xe2,0xd7,0x40,0xcd,0x3d,0xa3,0xd5,0x6d,0xcf,0x27,0x6f,0x89,
0x88,0x10,0x47,0xb4,0x4d,0x90,0x8f,0x1d,0x03,0x28,0x50,0xb7,0x0d,0x95,0x64,0x22,0x05,0x42,0x86,0x09,
0x0f,0x3e,0xfe,0xa8,0x99,0xb1,0x6e,0xa1,0x9d,0x09,0x75,0x63,0xc0,0xfd,0x55,0x0e,0xf7,0xf8,0xad,0xa7,
0x82,0x83,0x3d,0x70,0xc8,0x2b,0x75,0x1d,0xe4,0x9a,0x4b,0xe0,0xc2,0x70,0x71,0xd3,0x31,0x05,0x67,0x7c,
0xf8,0xda,0xd4,0x3c,0x1c,0xb1,0xee,0xfa,0x66,0x8e,0x8c,0x50,0x62,0xc4,0xdd,0x21,0x3d,0x7f,0x5e,0xe7,
0x26,0x4e,0x64,0x6e,0x19,0xba,0xb6,0x46,0x36,0x2e,0xfa,0x8a,0xeb,0x3c,0x7e,0x15,0x29,0x43,0xa4,0x39,
0xf9,0xdb,0x2f,0xcb,0x26,0xcc,0xcb,0xa5,0x3d,0x6e,0xf9,0x4e,0xd6,0xd9,0x7f,0xa6,0x37,0x33,0x30,0xbc,
0x09,0x74,0x17,0x5c,0x32,0x9d,0xe0,0x66,0x84,0x32,0xdb,0x54,0x22,0x25,0x09,0xe0,0xac,0x1c,0x39,0xab,
0x97,0x22,0xc3,0xf3,0x2f,0xd0,0x1c,0x91,0xca,0x5d,0x26,0xf1,0xb2,0x44,0xfa,0x13,0x45,0x3c,0x02,0x03,
0xf8,0x02,0xcd,0x3d,0xe0,0x97,0x31,0x98,0x0c,0xce,0xa9,0xa2,0x12,0x7f,0x6f,0x15,0xdc,0xab,0xb9,0x9c,
0x8a,0xf0,0x05,0xdd,0x4d,0x2a,0xd8,0xca,0xcb,0xa8,0xc8,0xbe,0xa7,0x5b,0x94,0x36,0x18,0x76,0xf4,0xb9,
0xc7,0xba,0x9b,0x48,0x0e,0x54,0xc8,0x5f,0x0a,0x59,0x2c,0x3b,0x86,0x17,0x77,0x15,0xbc,0x74,0x9a,0xab,
0x28,0xb3,0xe5,0xa3,0x07,0x81,0xab,0xe8,0xbd,0x58,0x32,0xbf,0x1d,0x51,0x12,0x0e,0xc4,0x98,0x5a,0x0c,
0x7f,0x42,0x79,0x85,0x05,0x66,0x2e,0xf8,0x1d,0x64,0x79,0xd9,0xe8,0xe7,0xf3,0x61,0x64,0xf5,0xda,0xad,
0xfa,0x30,0xab,0x2d,0xea,0x2f,0xb7,0xfc,0x63,0x29,0xf9,0xd7,0xed,0x12,0x14,0x55,0x6c,0x27,0x51,0x94,
0x57,0x3f,0x99,0xd6,0xc5,0xfa,0x31,0xe1,0x2d,0x00,0x88,0x9c,0x4d,0x08,0xa8,0xae,0x0c,0x84,0xfa,0x90,
0x6d,0xe8,0x02,0x10,0x11,0xa9,0x34,0x8c,0x58,0xd6,0x5a,0x20,0xc0,0x89,0x34,0x66,0xa0,0x0c,0xef,0xfa,
0x2d,0x17,0x9f,0xc2,0xee,0xa4,0x25,0xf2,0x09,0x4f,0x2e,0x0d,0x29,0x25,0x73,0x2d,0x2c,0x67,0x69,0x52,
0xbd,0x85,0xa0,0x9a,0xbd,0xb5,0xa0,0x9a,0xbd,0xaf,0x00,0x85,0x65,0x6e,0x04,0x45,0xf4,0xa6,0x40,0x2d,
0xcd,0x3a,0x2b,0x0d,0x72,0x78,0x62,0x4a,0x49,0x28,0x89,0xa4,0x42,0x14,0x9c,0xb2,0x0c,0x88,0x8e,0x0b,
0x5f,0x02,0x68,0x29,0x2b,0x01,0x8c,0x98,0x56,0x1a,0x48,0x22,0x6d,0x0d,0x14,0x4e,0x65,0x3e,0xda,0x4d,
0xe0,0xac,0x8b,0x76,0x42,0xae,0x0f,0xbb,0x57,0x30,0x87,0x37,0xa1,0x94,0xd9,0x1b,0x39,0x39,0x45,0x48,
0x79,0x55,0x52,0x71,0xed,0x98,0xe3,0xd6,0xd7,0x54,0x8f,0x7f,0xaa,0x94,0xaf,0x28,0x9f,0xce,0x7f,0x83,
0x43,0x1e,0x13,0xcc,0xd1,0x6b,0xf1,0x93,0x82,0xf0,0x23,0x27,0xae,0xec,0x71,0x56,0xf4,0xea,0x94,0x39,
0x62,0xe6,0xf2,0x5f,0x4f,0x85,0xbf,0xd9,0x8f,0xa7,0xa2,0x44,0xf9,0x96,0x91,0xe9,0x37,0x54,0xd9,0x21,
0xf1,0xb7,0x53,0xb9,0xeb,0xd7,0xf0,0x93,0x4d,0x03,0x58,0x5a,0x00,0x34,0xec,0x9a,0x27,0xb0,0x00,0xac,
0x53,0x3e,0xc3,0x65,0x8e,0x67,0x1b,0xb0,0x6a,0xd8,0xda,0x96,0xdc,0x65,0xdf,0x85,0xa2,0x2f,0xd8,0x43,
0xd5,0x6a,0x55,0x7e,0xff,0x11,0xe7,0x7f,0xae,0x5f,0x77,0x9c,0xad,0xf7,0xdc,0x17,0x9e,0xec,0xdb,0xce,
0x1d,0xfa,0x49,0xeb,0xff,0x00,0xe0,0x9d,0xad,0xd8,0xe8,0x3a,0x00,0x00};
#endif

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
const uint8_t VersionMajor = 2;
const uint8_t VersionMinor = 0;
const uint8_t VersionPatch = 0;
const uint8_t VersionMetadata = 21;
const uint8_t VersionMetadata = 23;
const char VersionBranch[] = "release/2.0";
const char VersionSemVer[] = "2.0.0-beta.1";
const char VersionFullSemVer[] = "2.0.0-beta.1+21";
const char VersionCommitDate[] = "2018-01-17";
const char VersionFullSemVer[] = "2.0.0-beta.1+23";
const char VersionCommitDate[] = "2018-01-18";
#endif

View File

@ -21,12 +21,12 @@ void initMotionPins()
void updateNTPClient()
{
if (ntpClient == nullptr && WiFi.status() == WL_CONNECTED)
if (ntpClient == nullptr && WiFi.status() == WL_CONNECTED &&
systemSettings->ntpServer() != nullptr && systemSettings->ntpInterval() > 0)
{
_dln("NTP :: initializing NTP client");
// TODO make NTP address and refresh interval configurable
ntpClient = new NTPClient(ntpUDP, "nl.pool.ntp.org", 0, 5 * 60 * 1000);
ntpClient = new NTPClient(ntpUDP, systemSettings->ntpServer(), 0, systemSettings->ntpInterval() * 60 * 1000);
ntpClient->begin();
}

View File

@ -15,10 +15,13 @@
void SystemSettings::toJson(Print &print)
{
DynamicJsonBuffer jsonBuffer(JSON_OBJECT_SIZE(6) + JSON_OBJECT_SIZE(5));
DynamicJsonBuffer jsonBuffer(JSON_OBJECT_SIZE(8) + JSON_OBJECT_SIZE(5));
JsonObject& root = jsonBuffer.createObject();
root["ntpServer"] = ntpServer();
root["ntpInterval"] = ntpInterval();
root["lat"] = latitude();
root["lng"] = longitude();
@ -42,12 +45,15 @@ bool SystemSettings::fromJson(char* data, bool* changed)
if (changed != nullptr)
*changed = false;
DynamicJsonBuffer jsonBuffer(JSON_OBJECT_SIZE(6) + JSON_OBJECT_SIZE(5) + 316);
DynamicJsonBuffer jsonBuffer(JSON_OBJECT_SIZE(8) + JSON_OBJECT_SIZE(5) + 500);
JsonObject& root = jsonBuffer.parseObject(data);
if (!root.success())
return false;
const char* jsonNTPServer = root["ntpServer"];
uint32_t jsonNTPInterval = root["ntpInterval"];
double jsonLat = root["lat"];
double jsonLng = root["lng"];
@ -81,7 +87,9 @@ bool SystemSettings::fromJson(char* data, bool* changed)
(jsonPWMDriverFrequency != pwmDriverFrequency()) ||
(jsonMapAPIKey != mapsAPIKey()) ||
(jsonLat != latitude()) ||
(jsonLng != longitude()))
(jsonLng != longitude()) ||
(jsonNTPServer != ntpServer()) ||
(jsonNTPInterval != ntpInterval()))
{
latitude(jsonLat);
longitude(jsonLng);
@ -93,6 +101,8 @@ bool SystemSettings::fromJson(char* data, bool* changed)
pwmDriverAddress(jsonPWMDriverAddress);
pwmDriverFrequency(jsonPWMDriverFrequency);
mapsAPIKey(jsonMapAPIKey);
ntpServer(jsonNTPServer);
ntpInterval(jsonNTPInterval);
if (changed != nullptr)
*changed = true;

View File

@ -17,6 +17,9 @@
class SystemSettings : public AbstractJsonSettings
{
private:
char* mNTPServer = nullptr;
uint32_t mNTPInterval = 5;
double mLatitude = 0;
double mLongitude = 0;
@ -31,10 +34,6 @@ class SystemSettings : public AbstractJsonSettings
char* mMapsAPIKey = nullptr;
// TODO loginRequired
// TODO loginUsername
// TODO loginPassword
protected:
virtual const char* getFilename() { return SystemSettingsFile; };
virtual const char* getDebugPrefix() { return "SystemSettings"; };
@ -43,6 +42,11 @@ class SystemSettings : public AbstractJsonSettings
void toJson(Print &print);
bool fromJson(char* data, bool* changed);
char* ntpServer() { return mNTPServer; }
void ntpServer(const char* value) { assignChar(&mNTPServer, value); }
double ntpInterval() { return mNTPInterval; }
void ntpInterval(double value) { mNTPInterval = value; }
double latitude() { return mLatitude; }
void latitude(double value) { mLatitude = value; }

View File

@ -1,5 +1,3 @@
// TODO show "rebooting" messages when system settings change / firmware is being applied
function startApp()
{
var i18n = new VueI18n({
@ -14,6 +12,8 @@ function startApp()
i18n: i18n,
data: {
notification: null,
loading: true,
saving: false,
savingSteps: false,
@ -70,6 +70,8 @@ function startApp()
},
system: {
ntpServer: null,
ntpInterval: 5,
lat: null,
lng: null,
pins: {
@ -98,6 +100,8 @@ function startApp()
{
var self = this;
self.notificationTimer = null;
document.title = i18n.t('title');
var hash = window.location.hash.substr(1);
if (hash)
@ -125,6 +129,9 @@ function startApp()
// Sequential loading of all the settings makes sure
// we don't overload the ESP8266 with requests, as that
// can cause it to run out of memory easily.
// This is a horrible way to implement it, but I don't feel like
// including a big library or working out a clean short solution
// at the moment, and it works :)
self.loadVersion().then(function()
{
self.loadConnection().then(function()
@ -148,6 +155,59 @@ function startApp()
},
methods: {
showNotification: function(message, error)
{
var self = this;
self.notification = {
message: message,
error: error
};
if (self.notificationTimer != null)
clearTimeout(self.notificationTimer);
self.notificationTimer = setTimeout(function()
{
self.notification = null;
self.notificationTimer = null;
}, 5000);
},
hideNotification: function()
{
var self = this;
self.notification = null;
if (self.notificationTimer != null)
{
clearTimeout(self.notificationTimer);
self.notificationTimer = null;
}
},
handleAPIError: function(messageId, error)
{
var self = this;
console.log(error);
var errorMessage = '';
if (error.response)
{
errorMessage = 'HTTP response code ' + error.response.status;
}
else if (error.request)
{
errorMessage = 'No response';
}
else
{
errorMessage = error.message;
}
self.showNotification(i18n.t(messageId) + '\n\n' + errorMessage, true);
},
loadVersion: function()
{
var self = this;
@ -157,10 +217,7 @@ function startApp()
if (typeof response.data == 'object')
self.version = response.data;
})
.catch(function(error)
{
console.log(error);
});
.catch(self.handleAPIError.bind(self, 'error.loadVersion'));
},
loadConnection: function()
@ -172,10 +229,7 @@ function startApp()
if (typeof response.data == 'object')
self.connection = response.data;
})
.catch(function(error)
{
console.log(error);
});
.catch(self.handleAPIError.bind(self, 'error.loadConnection'));
},
loadSystem: function()
@ -187,10 +241,7 @@ function startApp()
if (typeof response.data == 'object')
self.system = response.data;
})
.catch(function(error)
{
console.log(error);
});
.catch(self.handleAPIError.bind(self, 'error.loadSystem'));
},
loadTimeTriggers: function()
@ -235,10 +286,7 @@ function startApp()
self.triggers.time = timeSettings;
}
})
.catch(function(error)
{
console.log(error);
});
.catch(self.handleAPIError.bind(self, 'error.loadTimeTriggers'));
},
loadMotionTriggers: function()
@ -250,10 +298,7 @@ function startApp()
if (typeof response.data == 'object')
self.triggers.motion = response.data;
})
.catch(function(error)
{
console.log(error);
});
.catch(self.handleAPIError.bind(self, 'error.loadMotionTriggers'));
},
loadSteps: function()
@ -313,10 +358,7 @@ function startApp()
.then(function(response)
{
})
.catch(function(error)
{
console.log(error);
})
.catch(self.handleAPIError.bind(self, 'error.applyConnection'))
.then(function()
{
self.saving = false;
@ -333,11 +375,9 @@ function startApp()
axios.post('/api/system', self.system)
.then(function(response)
{
self.showNotification(i18n.t('rebootPending'));
})
.catch(function(error)
{
console.log(error);
})
.catch(self.handleAPIError.bind(self, 'error.applySystem'))
.then(function()
{
self.saving = false;
@ -434,10 +474,7 @@ function startApp()
if (typeof response.data == 'object')
self.wifiStatus = response.data;
})
.catch(function(error)
{
console.log(error);
})
.catch(self.handleAPIError.bind(self, 'error.updateWiFiStatus'))
.then(function()
{
setTimeout(self.updateWiFiStatus, 5000);
@ -470,15 +507,9 @@ function startApp()
axios.post('/api/firmware', data, config)
.then(function(response)
{
// TODO show "now updating, please wait"
console.log("Update sent");
})
.catch(function(error)
{
console.log(error);
//output.innerHTML = err.message;
// TODO show error
self.showNotification(i18n.t('rebootPending'));
})
.catch(self.handleAPIError.bind(self, 'error.uploadFirmware'))
.then(function()
{
self.uploadProgress = false;
@ -531,18 +562,13 @@ function startApp()
axios.post('/api/steps', {
// TODO configurable
transitionTime: 1000,
values: steps
})
.then(function(response)
{
})
.catch(function(error)
{
console.log(error);
})
.catch(self.handleAPIError.bind(self, 'error.updateSteps'))
.then(function()
{
self.savingSteps = false;
@ -566,25 +592,20 @@ function startApp()
self.system.lng = location.lng;
}
})
.catch(function(error)
{
console.log(error);
})
.catch(self.handleAPIError.bind(self, 'error.searchLocation'))
.then(function()
{
self.searchingLocation = false;
});
},
applyTriggers: function()
applyTimeTriggers: function()
{
var self = this;
if (self.saving) return;
self.saving = true;
// TODO motion triggers (or separate the forms?)
var timeSettings = {
enabled: self.triggers.time.enabled,
transitionTime: self.triggers.time.transitionTime,
@ -614,10 +635,7 @@ function startApp()
.then(function(response)
{
})
.catch(function(error)
{
console.log(error);
})
.catch(self.handleAPIError.bind(self, 'error.applyTimeTriggers'))
.then(function()
{
self.saving = false;
@ -651,6 +669,24 @@ function startApp()
self.triggers.time.triggers.splice(index, 1);
},
applyMotionTriggers: function()
{
var self = this;
if (self.saving) return;
self.saving = true;
axios.post('/api/triggers/motion', self.triggers.motion)
.then(function(response)
{
})
.catch(self.handleAPIError.bind(self, 'error.applyMotionTriggers'))
.then(function()
{
self.saving = false;
});
},
addMotionTrigger: function()
{
var self = this;

2
web/dist/bundle.css vendored

File diff suppressed because one or more lines are too long

2
web/dist/bundle.js vendored

File diff suppressed because one or more lines are too long

View File

@ -11,6 +11,12 @@
<body>
<div id="app">
<div v-cloak>
<div class="notificationContainer">
<div class="notification" :class="{ error: notification != null && notification.error }" v-if="notification != null" @click.prevent="hideNotification">
<span class="message">{{ notification.message }}</span>
</div>
</div>
<div id="container">
<div class="header">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXBJREFUeNrsWdENgjAQLcYBcAPcACdQN4AN2MC4gRsYJ9ENdAPYADaADepdUhM1qFjurgp9ScMHgd713V3ftUp5eHgMF1rrGEau6VHD2HMbH5qJOLHra+fkzbsYRshM8pLTgUIgSgvuMMoYw+iMYTr6QhNYMrNiNywILlyVKdcyyPsmcRsyU50kgHtQQu2AdNJFpDkAK4I/LIWMb2AsIBcq0iRGeQGPTZfV6QE0+gDGF2rosGEgMQxIAhnZAiPN84upRf0/OlpsLCBp3yq0chgtCUUZrRw6QDO3EWHSqF9tarZaSKJXeJDdbQlsE0KD6JN/KoRsGhxXKClCKHJIfkThwMWhA6dBSolRijkJOd1ZUv9yQ9OpqbHpiaUVaEbZE7tIIjoBKXysos1c4V8ebLEdbv2bcMsE7gjuBdvXRSJ4F+/wqIXXrIGwmX3zwacLDheNO91OjLQKd14VMDCnYgCxVjI3NTe1mSoPD49x4SrAAG9qPn4eovCMAAAAAElFTkSuQmCC" />
@ -80,7 +86,7 @@
Triggers tab
-->
<form @submit.prevent="applyTriggers">
<form @submit.prevent="applyTimeTriggers">
<fieldset>
<h3>{{ $t('triggers.timeTitle') }}</h3>
@ -174,8 +180,14 @@
<button class="button-primary button-outline" :disabled="saving" @click.prevent="addTimeTrigger">{{ $t('triggers.timeAdd') }}</button>
</div>
</div>
</fieldset>
<div class="buttons">
<input class="button-primary" type="submit" :disabled="saving" :value="saving ? $t('applyButtonSaving') : $t('applyButton')">
</div>
</fieldset>
</form>
<form @submit.prevent="applyMotionTriggers">
<fieldset>
<h3>{{ $t('triggers.motionTitle') }}</h3>
@ -227,11 +239,11 @@
<button class="button-primary button-outline" :disabled="saving" @click.prevent="addMotionTrigger">{{ $t('triggers.motionAdd') }}</button>
</div>
</div>
</fieldset>
<div class="buttons">
<input class="button-primary" type="submit" :disabled="saving" :value="saving ? $t('applyButtonSaving') : $t('applyButton')">
</div>
<div class="buttons">
<input class="button-primary" type="submit" :disabled="saving" :value="saving ? $t('applyButtonSaving') : $t('applyButton')">
</div>
</fieldset>
</form>
</div>
@ -316,6 +328,15 @@
{{ $t('triggers.timeInternet') }}
</div>
<label for="ntpServer">{{ $t('system.ntpServer') }}</label>
<input type="text" id="ntpServer" v-model="system.ntpServer">
<label for="ntpInterval">{{ $t('system.ntpInterval') }}</label>
<input type="number" id="ntpInterval" v-model="system.ntpInterval">
<label for="lat">{{ $t('system.ntpLat') }}</label>
<input type="text" id="lat" v-model="system.lat">
<label for="lat">{{ $t('system.ntpLat') }}</label>
<input type="text" id="lat" v-model="system.lat">

View File

@ -5,6 +5,7 @@ var messages = {
firmwareVersion: 'Firmware version: ',
copyright: 'Copyright © 2017 Mark van Renswoude',
loading: 'Please wait, loading configuration...',
rebootPending: 'The system will be rebooted, please refresh this page afterwards',
applyButton: 'Apply',
applyButtonSaving: 'Saving...',
@ -109,6 +110,8 @@ var messages = {
mapsTitle: 'Google Maps API',
firmwareTitle: 'Firmware update',
ntpServer: 'NTP server',
ntpInterval: 'Refresh interval (in minutes)',
ntpLat: 'Latitude',
ntpLng: 'Longitude',
ntpLocation: 'Get latitude / longitude from location',
@ -124,6 +127,22 @@ var messages = {
mapsAPIKey: 'Google Maps API key',
mapsAPIKeyhint: 'Recommended if using time triggers. Used for looking up the current timezone. Will work without an API key, but Google might throttle your request. Register for a free API key at http://console.developers.google.com/ and activate it\'s use for the Maps API.'
},
error: {
loadVersion: 'Could not load information about the system',
loadConnection: 'Could not load connection settings',
loadSystem: 'Could not load system settings',
loadTimeTriggers: 'Could not load time trigger settings',
loadMotionTriggers: 'Could not load motion trigger settings',
applyConnection: 'Could not save connection settings',
applySystem: 'Could not save system settings',
updateWiFiStatus: 'Could not retrieve WiFi status',
uploadFirmware: 'Error while uploading firmware',
updateSteps: 'Could not apply new step values',
searchLocation: 'Could not look up location coordinates',
applyTimeTriggers: 'Could not save time trigger settings',
applyMotionTriggers: 'Could not save motion trigger settings'
}
},
@ -133,6 +152,7 @@ var messages = {
firmwareVersion: 'Firmware versie: ',
copyright: 'Copyright © 2017 Mark van Renswoude',
loading: 'Een ogenblik geduld, bezig met laden van configuratie...',
rebootPending: 'Het systeem wordt opnieuw opgestart, ververse deze pagina nadien',
applyButton: 'Toepassen',
applyButtonSaving: 'Bezig met opslaan...',
@ -237,6 +257,8 @@ var messages = {
mapsTitle: 'Google Maps API',
firmwareTitle: 'Firmware bijwerken',
ntpServer: 'NTP server',
ntpInterval: 'Ververs interval (in minuten)',
ntpLat: 'Breedtegraad',
ntpLng: 'Lengtegraad',
ntpLocation: 'Breedtegraad / lengtegraad ophalen op basis van locatie',
@ -252,6 +274,22 @@ var messages = {
mapsAPIKey: 'Google Maps API key',
mapsAPIKeyhint: 'Aangeraden bij gebruik van de tijd triggers. Wordt gebruikt om de huidige tijdzone te bepalen. Werkt ook zonder API key, maar Google beperkt dan sterk de requests. Registreer een gratis API key op http://console.developers.google.com/ en activeer het voor gebruik met de Maps API.'
},
error: {
loadVersion: 'Kan systeeminformatie niet ophalen',
loadConnection: 'Kan verbinding instellingen niet ophalen',
loadSystem: 'Kan systeem instellingen niet ophalen',
loadTimeTriggers: 'Kan tijd trigger instellingen niet ophalen',
loadMotionTriggers: 'Kan beweging trigger instellingen niet ophalen',
applyConnection: 'Kan verbinding instellingen niet opslaan',
applySystem: 'Kan systeem instellingen niet opslaan',
updateWiFiStatus: 'Kan WiFi status niet ophalen',
uploadFirmware: 'Fout tijdens bijwerken van firmware',
updateSteps: 'Kan trap instellingen niet opslaan',
searchLocation: 'Kan locatie coordinaten niet bepalen',
applyTimeTriggers: 'Kan tijd trigger instellingen niet opslaan',
applyMotionTriggers: 'Kan beweging trigger instellingen niet opslaan'
}
}
}

View File

@ -28,6 +28,15 @@ $sliderValueColor: #808080;
$warningColor: #302f28;
$warningBorderColor: #000000;
$notificationColor: black;
$notificationBackgroundColor: #ffffcc;
$notificationBorderColor: #000000;
$notificationShadow: 0 0 10px black;
$errorColor: black;
$errorBackgroundColor: #ffc6b3;
$errorBorderColor: #000000;
$smallScreen: "screen and (max-width: 767px)";
$mediumScreen: "screen and (min-width: 768px)";
@ -282,6 +291,52 @@ input[disabled]
}
.notificationContainer
{
position: absolute;
top: 2rem;
z-index: 666;
@media #{$mediumScreen}
{
width: 512px;
left: 50%;
}
}
.notification
{
background-color: $notificationBackgroundColor;
border: solid 1px $notificationBorderColor;
box-shadow: $notificationShadow;
color: $notificationColor;
cursor: pointer;
padding: .5em;
margin-bottom: 2rem;
position: relative;
@media #{$mediumScreen}
{
left: -50%;
}
.message
{
white-space: pre;
}
&.error
{
background-color: $errorBackgroundColor;
border: solid 1px $errorBorderColor;
color: $errorColor;
}
}
.nodata
{
color: #808080;